b. What is IDLE Editor window ? Write steps to open it.
Answers
Answer:
The Python IDLE (Integrated DeveLopment Environment) editor is a graphical user interface for Python development. It enables you to edit, run, and debug Python programs in a simple GUI environment. ... IDLE is actually a Python program that uses the standard library's tkinter GUI toolkit to build its windows.
Explanation:
To open Idle with an initial file to edit, select the Python file in an operating system window, right click (Windows) or control-click (Mac), to get a pop-up window to select how to open the file. On Windows, the line for Idle requires you to open a sub-menu. Select Idle for the latest version.
Click on the Idle File menu and select Open. (Or as you see, you can use the shortcut Ctrl-O . That means holding down the Ctrl key, and pressing the letter O for Open.) You should get a file selection dialog.