- 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.
1 Antwort
- 3
Came here to answer a question...