What is this ">>>" ment for in phython?can the program still be executed whith out these prompts? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is this ">>>" ment for in phython?can the program still be executed whith out these prompts?

20th May 2017, 8:36 AM
sai charan tej
sai charan tej - avatar
2 Réponses
+ 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 )...
20th May 2017, 8:51 AM
visph
visph - avatar
- 3
we cannot excecute these programs without the symbol(>>>)and the symbol rrpresents activation code
20th May 2017, 8:46 AM
Lakshay Kumar
Lakshay Kumar - avatar