IDLEIntermediate Playground

Python's built-in IDE: lightweight editor and interactive shell included with every Python install

Using IDLE effectivelyRun locally
Install
Included with Python installation
Python CodeRun locally

Following best practices with IDLE ensures a productive development workflow.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?