4 Respostas
+ 9
If you're too lazy to use a computer like me, try downloading an app called QPython3 in the Google Play Store. You can run Python codes using it
+ 6
You can use the Code Playground of the app for running Python here.
Just tap on your profile => Codes Tab => The "+" sign => Choose Python => Start Coding!
+ 2
thanks
+ 1
You'll need a python interpreter. You can go to Python.org or if your on a Unix or Linux system there's a good chance it's already installed. If that's the case you'd just type 'python' from the shell to get into an interpreter session.