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