Wat is a python console? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Wat is a python console?

10th Aug 2016, 5:11 PM
Vicente Jailson
Vicente Jailson - avatar
3 ответов
0
The Python console is the same Interactive Shell.
10th Aug 2016, 7:03 PM
Francisco Gómez García
Francisco Gómez García - avatar
0
Wats the interative shell?
10th Aug 2016, 7:05 PM
Vicente Jailson
Vicente Jailson - avatar
0
A shell is a program that lets you type instructions into the computer, much like the Terminal or Command Prompt on Linux and Windows, respectively. Python's interactive shell lets you enter instructions for the Python interpreter software to run. The computer reads the instructions you enter and runs them immediately.
10th Aug 2016, 7:12 PM
Francisco Gómez García
Francisco Gómez García - avatar