How to go in to interactive mode? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to go in to interactive mode?

21st Nov 2016, 2:16 PM
Oleg Popov
Oleg Popov - avatar
3 Answers
+ 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
22nd Nov 2016, 12:11 AM
Kirk Schafer
Kirk Schafer - avatar
0
just type this on the terminal >> python
21st Nov 2016, 3:28 PM
Alejandro Aristizabal
Alejandro Aristizabal - avatar
0
type python3 on your command prompt
12th Dec 2016, 5:40 AM
Dilip Pandey
Dilip Pandey - avatar