diff --git a/test.py b/test.py index 59bcf23..bfca6d7 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ a=25 b=20 print (a+b) +c=a+b \ No newline at end of file