diff --git a/test.py b/test.py index 5cbe6cb..0de1c58 100644 --- a/test.py +++ b/test.py @@ -1,8 +1,8 @@ -a = 180; +a = 120; -b= 3; -print(a+b) \ No newline at end of file +b= 4; +print(a+b)