diff --git a/add.py b/add.py index d267385..ee0919d 100644 --- a/add.py +++ b/add.py @@ -1,3 +1,4 @@ a=10; b=25; +c=30; print(a+b)