+ 1
What is this ">>>" ment for in phython?can the program still be executed whith out these prompts?
2 ответов
+ 5
'>>>' is the 'prompt' of the Python command line interpreter in a terminal ( console )... as you get some 'C:>' in dos/windows or 'user@computer' in unix-like systems.
A Python script can be executed without this prompt, if you write it in a text-file, and execute it through the Python interpretor, but without the real time interractivity for executing command ( since you code some yourself )...
- 3
we cannot excecute these programs without the symbol(>>>)and the symbol rrpresents activation code