+ 1

why the python code playground in sololearn has limits?, I mean when I type an math problem or a string it outputs:no output.

REAL PROBLEM IN PYTHON CODE PLAYGROUND

9th Jun 2020, 2:51 PM
Karam kutaini
Karam kutaini - avatar
8 odpowiedzi
+ 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/
9th Jun 2020, 3:02 PM
Harsh
Harsh - avatar
+ 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.
9th Jun 2020, 2:58 PM
Harsh
Harsh - avatar
+ 2
Show your code
9th Jun 2020, 2:53 PM
Emanuel Maliaño
Emanuel Maliaño - avatar
+ 1
Thanks stellar fox !
9th Jun 2020, 3:35 PM
Karam kutaini
Karam kutaini - avatar
+ 1
you can try with Pydroid
9th Jun 2020, 3:38 PM
Emanuel Maliaño
Emanuel Maliaño - avatar
0
2 +2
9th Jun 2020, 2:59 PM
Karam kutaini
Karam kutaini - avatar
0
But is there any python shell in android i can download?
9th Jun 2020, 3:36 PM
Karam kutaini
Karam kutaini - avatar
0
Thanks!
9th Jun 2020, 3:39 PM
Karam kutaini
Karam kutaini - avatar