Can anyone say what is meant by phyton console | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Can anyone say what is meant by phyton console

29th Nov 2017, 1:36 AM
lokesh krishna
2 Réponses
+ 3
People it's PYTHON not PHYTHON!
29th Nov 2017, 3:47 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
If you have Python installed, open terminal or command prompt and type python. The python console/shell (CLI) will be ran in the terminal. It's basically the same as running IDLE in the terminal or command prompt. Type quit() to exit the python shell.
29th Nov 2017, 2:41 AM
ChaoticDawg
ChaoticDawg - avatar