diff --git a/add.py b/add.py index 09dfe18..4bbf297 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,5 @@ a=30; b=25; +c=22; print(a * b)