Sandbox
A blank playground. Write anything, hit Run. Every line has a comment (starting with #) explaining what it does β read them first, then change things.
main.py
β¦First load pulls ~10Β MB of Python. Only happens once β the browser caches it after.
π
How this works
The starter shows two of Python's most useful tools: **variables** (a name that stores a value) and **f-strings** (text with {variable} slots that get filled in). Plus a **for loop** that repeats the same line three times.