8 Antworten
+ 7
That will not work here, as this isn't the Python shell where you can execute commands one by one. You need to type "print(2+2)" (without the quotes) to actually get the output in the console window.
Refer this:
https://www.sololearn.com/learn/Python/2430/
+ 6
Did you simply write an expression such as (5*6/2)? If that's the case, Code Playground is not the Interactive Python Shell. It's similar to how Python files work in IDLE.
+ 2
Show your code
+ 1
Thanks stellar fox !
+ 1
you can try with Pydroid
0
2 +2
0
But is there any python shell in android i can download?
0
Thanks!