diff --git a/test.py b/test.py index e69de29..03ce617 100644 --- a/test.py +++ b/test.py @@ -0,0 +1,3 @@ +a=30 +b=24 +print(a+b) \ No newline at end of file