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