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)