+ 1
how to run a python code like using an ide?
i cant run my code properly in the code playground because it require being entering text oftenly the code is this: https://code.sololearn.com/cMpQdeLx2m1i edit: i refer to use the code playground like an idle
6 Answers
+ 6
Download the pydroid3 app for an android phone. It's a really good interactive interpreter.
For laptop/desktop/computers,
download the environment from
www.python.org
+ 1
Sololearn's playground isn't interactive. So you have to give all the inputs before the program runs. You can separate inputs by separating it in different lines.
+ 1
ok but is so difficult use the code of a game memorizing all the inputs.
thanks for the answer i will download a ide to try my code
+ 1
Thanks i will download it
+ 1
You may find answer in https://realpython.com/JUMP_LINK__&&__python__&&__JUMP_LINK-ides-code-editors-guide/
0
You can also install Pydroid. It's a powerful IDE for python on Android and I think also on iOS.