From ee430f1f6f853f76e7c04ae43d15c3bb51e456bd Mon Sep 17 00:00:00 2001 From: shouvikde22 Date: Sat, 6 May 2023 01:01:57 +0530 Subject: [PATCH] new --- mul.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mul.py b/mul.py index e69de29..9a3ecd1 100644 --- a/mul.py +++ b/mul.py @@ -0,0 +1,4 @@ +a=1 +b=2 +c=10 +print (a*b*c)