What do you mean by prompt symbols | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What do you mean by prompt symbols

24th Apr 2017, 10:26 AM
Monish Karunakaran
Monish Karunakaran - avatar
3 Answers
+ 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
24th Apr 2017, 10:39 AM
Agus Mei
Agus Mei - avatar
+ 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 ;-)
24th Apr 2017, 10:37 AM
Nelson Urbina
Nelson Urbina - avatar
+ 2
thanks for ur answers it was very helpful
24th Apr 2017, 10:40 AM
Monish Karunakaran
Monish Karunakaran - avatar