0
simple calculations
if i run the code:>>> 2+2 it says invalid syntax. What's the problem
2 Respuestas
+ 5
Or:
print (2 + 2)
+ 3
DANIEL KYALO
you should not enter the prompt '>>>',
enter just '2 + 2' and it will work.
if i run the code:>>> 2+2 it says invalid syntax. What's the problem