Starting out python, i have >>> in egs but dont have then in coding practice why? And what are they? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Starting out python, i have >>> in egs but dont have then in coding practice why? And what are they?

I am just starting out so please be clear

6th Jun 2017, 7:07 AM
esakki
esakki - avatar
1 Answer
+ 1
>>> is just a prompt, which is unique for python. You will always see this in an interpreter (line-by-line execution) but not in a compiler or IDLE (where the whole code is compiled at once ). Hope this helps.
6th Jun 2017, 9:10 AM
Eriff_mini