0
syntax erorr
i wrote a code of 2 + 2 in playground but it gave me erorr ..anyone can explain ?
3 Respostas
+ 9
Is that all you wrote?
If you want to store 4 you need a variable.
example/
four = 2+2
print(four)
+ 1
Please save and the code that gave you the error and provide a link here.
0
2 + 2 works in actual Python