IDLE — Expert Playground
Python's built-in IDE: lightweight editor and interactive shell included with every Python install
IDLE deep diveRun locally
Install
Included with Python installationPython CodeRun locally
Expert-level understanding of IDLE helps leverage it to its full potential.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?