What is this mean in python >>> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

What is this mean in python >>>

9th Dec 2017, 3:37 AM
Priyansh Upadhyay
Priyansh Upadhyay - avatar
4 Respostas
+ 17
That is the prompt symbol... Straight from the python course: Note the >>> in the code above. They are the prompt symbol of the Python console. Python is an interpreted language, which means that each line is executed as it is entered.
9th Dec 2017, 3:47 AM
Frost
Frost - avatar
+ 7
In the Python Shell it means that a seriee of code has terminated and you can type a new statement.
9th Dec 2017, 5:38 AM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
0
It means that Python is waiting for you to respond with your next line of input.
9th Dec 2017, 8:32 AM
GW III
0
If you will open Python shell then, this symbol will appear there. This indicates a single line of code and also the output
10th Dec 2017, 2:53 PM
#RahulVerma
#RahulVerma - avatar