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
1 Réponse
+ 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.