+ 2
What do you mean by prompt symbols
3 ответов
+ 15
>>> is called a prompt, which means it’s something the computer displays to tell you it’s ready for your instructions. You can type things into that window, and the computer will obey them when it understands your commands.
source :
http://www.openbookproject.net/pybiblio/gasp/course/1-intro.html
+ 4
Prompt symbol.. like "I'm ready to take your order sir..."
In Python, the prompt symbol is >>> and it just means that the Python interpreter is waiting for you to give it an order... the order must be written in python, of course ;-)
+ 2
thanks for ur answers it was very helpful