0
How to go in to interactive mode?
3 Respostas
+ 1
On Linux you may need to press Tab after 'python' at the prompt and then complete the name. Python 3 is installed as a separate binary (with a longer name) when 2.x already exists.
An example from my system:
$ python (press tab)
python python-android5
=====
If you just need an interpreter in addition to your question:
QPython3 is fine for Android.
Online (editor up top, interactive below)
https://repl.it/languages/python3
0
just type this on the terminal
>> python
0
type python3 on your command prompt