In python language , " >>> " what does this exactly mean , how it functions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

In python language , " >>> " what does this exactly mean , how it functions?

Note the >>> in the code above. They are the prompt symbol of the Python console. Python is an interpreted language, which means that each line is executed as it is entered. Python also includes IDLE, the integrated development environment, which includes tools for writing and debugging entire programs.

8th Jul 2017, 6:19 PM
Pratik Kawadkar
Pratik Kawadkar - avatar
1 Answer
- 3
Came here to answer a question...
8th Jul 2017, 6:30 PM
Don
Don - avatar