diff --git a/mul.py b/mul.py index e69de29..6fe54a3 100644 --- a/mul.py +++ b/mul.py @@ -0,0 +1,3 @@ +a=6 +b=10 +print (a*b)