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