What does >>> exactly do in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What does >>> exactly do in python?

21st Mar 2018, 6:46 AM
P_040 Q8
P_040 Q8 - avatar
8 Answers
+ 17
it does nothing. it's just a visual indicator to say HEY I'M READY BOSS. you can ignore it
21st Mar 2018, 11:14 AM
Ahri Fox
Ahri Fox - avatar
+ 7
>>> is the prompt symbol for Python
21st Mar 2018, 6:54 AM
Memphis Reigns
Memphis Reigns - avatar
+ 7
It basically just means that the interpreter is ready to have the python statements typed in. They won't be shown in the output so: >>> print "Sololearn" The output would be Sololearn
21st Mar 2018, 7:04 AM
Memphis Reigns
Memphis Reigns - avatar
+ 5
It is promote symbol in python interpreter. It indicate to proceed to write code. And ..... in python indicate continuation
25th Dec 2018, 11:31 AM
Sujith S
Sujith S - avatar
+ 5
Its like... "Write something here"
25th Dec 2018, 11:37 AM
Jingga Sona
Jingga Sona - avatar
+ 3
>>> this indicates, now you can write your code. Whenever it shows, you can start writing your code
21st Mar 2018, 8:37 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
0
yeah I know that But I don't understand it...
21st Mar 2018, 6:56 AM
P_040 Q8
P_040 Q8 - avatar
0
So this ">>>" doesn't need to write, right?
22nd Jan 2019, 8:42 PM
Kibiras
Kibiras - avatar