-5

I have using idle to solve python questions

Its a very simple question idle enter image description here

Terry Jan Reedy
  • 18,414
  • 3
  • 40
  • 52
  • Integrated Development and Learning Environment – Josi Whitlock Dec 02 '22 at 17:02
  • The answer is the first part of the description of the `python-idle` tag. Please look at tag descriptions before you use them. You had 3 that are irrelevant to such a question. Please accept the answer below so people browsing the list of questions will know that this is answered. – Terry Jan Reedy Dec 02 '22 at 20:10

1 Answers1

0

IDLE stands for Integrated Development and Learning Environment. It is a built-in development environment for writing and running Python code.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 05 '22 at 22:00
  • https://docs.python.org/3/library/idle.html first sentence: "IDLE is Python’s Integrated Development and Learning Environment." – Terry Jan Reedy Dec 27 '22 at 15:17