IDLE — Easy Playground
Python's built-in IDE: lightweight editor and interactive shell included with every Python install
What is IDLE?Run locally
Install
Included with Python installationPython CodeRun locally
IDLE is part of the Python ecosystem. Python's built-in IDE: lightweight editor and interactive shell included with every Python install.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?