0

Wat is a python console?

10th Aug 2016, 5:11 PM
Vicente Jailson
Vicente Jailson - avatar
3 Answers
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