0
Wat is a python console?
3 ответов
0
The Python console is the same Interactive Shell.
0
Wats the interative shell?
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.