CBSE Class 11 Informatics Practices Question 37 of 62

Getting Started with Python — Question 5

Back to all questions
5
Question

Question 5

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.