0
SyntaxError from quize
x = 5 y = x + 3 y = int(str(y) + ("2") print(y) File "./Playground/file0.py", line 4 print(y) ^ SyntaxError: invalid syntax Is it me wrong or the system?
3 Réponses
x = 5 y = x + 3 y = int(str(y) + ("2") print(y) File "./Playground/file0.py", line 4 print(y) ^ SyntaxError: invalid syntax Is it me wrong or the system?