+ 2
I have not understand yet,,,
I started learning python and I finished basic concepts. However I don't understand how to use ">>>". please tell me what is it
1 Resposta
+ 12
It's the command prompt....
Straight from Python Course...
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.