What does >>> signify before every statement? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does >>> signify before every statement?

#python

16th Feb 2018, 6:17 PM
Karuna Mahendra
Karuna Mahendra - avatar
4 Answers
+ 3
they are the prompt symbols of python console, they mean each line is executed as it is entered.
16th Feb 2018, 6:22 PM
Mamuya, Gilbert .W
Mamuya, Gilbert .W - avatar
+ 1
what difference does it make if I don't use them?. apologies I'm a beginner if I'm not understanding quickly
16th Feb 2018, 6:24 PM
Karuna Mahendra
Karuna Mahendra - avatar
+ 1
nevermind. I got it
16th Feb 2018, 6:36 PM
Karuna Mahendra
Karuna Mahendra - avatar
0
It signifies command line any statement after it is like command e.g >>>a = 10 this is a typical command given to the compiler to assign 2 to variable a .
20th Mar 2019, 6:02 AM
Olaoluwa Marvellous
Olaoluwa Marvellous - avatar