+ 2
Hello ! I am new. What does >>> mean? Should i use it in the start before each and every line? Pls help. Thanks.
5 Antworten
+ 9
@Vasanth It is not needed to be typed in your codes whatsoever. If you download the Python shell on desktop and run it, it's simply the prompt sign in the shell.
+ 1
Thanks.
0
Sorry... I still can't understand =( An easy explanation pls?
Is >>> needed?
What does it do if needed?
Where should I use?
Thanks in advance.
0
@Vasanth It is not needed to be typed in your codes whatsoever. If you download the Python shell on desktop and run it, it's simply the prompt sign in the shell.
Oh , what I understood now is as follows.
>>> is not needed.
>>> is never needed.
BUT I HAVE A DOUBT.
What is a prompt sign?