Idle
Idle
An Interactive Interpreter:
Here, you used print() to output the string "Hello, from IDLE!" to your screen.
This is the most basic way to interact with Python IDLE. You type in commands
one at a time and Python responds with the result of each command.