+ 1
What is meant by prompt symbol?
2 odpowiedzi
+ 3
It's what you see at the beginning of the line when you run the interpreter on your computer:
>>>
Fun fact: You can change it.
import sys
sys.ps1 = ':-P '
+ 1
Prompt symbol in Python? Could you please give more details?