diff --git a/test.py b/test.py index 0c94276..ad99af1 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=10 -b=20 -print (a+b) \ No newline at end of file +a=10; +b=20; +print (a+b); \ No newline at end of file