diff --git a/test.py b/test.py index 59bcf23..92fe781 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=25 -b=20 +a=40 +b=100 print (a+b)