0
calculations in Python
hi, when i'm in playground it seems like i can't do any calculations (+,/,-,*), and i tryed to follow the instructions but dont know whats the is problem
1 Odpowiedź
+ 4
Playground does not have an interactive console to do direct calculations as regular IDE's have. So you have to do it as Jan Markus explained it.