+ 2
Python Prompt Symbol ( >>> )
Hello, i just entered the Python course, and i'm wondering about this. What's the function of the prompt symbol (>>>) in Python? I've tried to put it in the code playground, but every time it output a syntax error, instead if i write the code without it, the code runs smoothly. So what is the function of it?
3 Respuestas
+ 1
you should not add it in your code. it is just thecommand line prompt on a console, equivalent to "c:" on windows or '#x27; in Linux at the beginning of a new command line the console.
0
i see thank you