+ 2
What does >>> signify before every statement?
4 Answers
+ 3
they are the prompt symbols of python console, they mean each line is executed as it is entered.
+ 1
what difference does it make if I don't use them?. apologies I'm a beginner if I'm not understanding quickly
+ 1
nevermind. I got it
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 .