CBSE Class 11 Computer Science Question 54 of 80

Getting Started with Python — Question 19

Back to all questions
19
Question

Question 19

What is IDLE?

Answer

IDLE is a simple Integrated Development and Learning Environment that comes with Python. The most important feature of IDLE is that it is a program that allows the user to edit, run, browse and debug a Python program from a single interface.