Write, test, and debug your code directly in the browser.
main.py
Ctrl + Enter
Console Output
Virtual File System
System Awaiting
Response
>
Python Editor Quick Start
Variable Watch
Click the Glasses
icon to toggle the tracking window. It shows variable values update in
real-time—essential for Paper 2 dry-runs.
Step-by-Step
Activate Step Mode
(Shoe-prints) to trace code line-by-line. The blue highlight shows exactly which instruction
is executing.
Standard Run
Press Play for fast
execution. Don't worry—the Variable Watch will still capture the final data once the script
finishes.
Virtual File System
Programs that use `open()` for
reading or writing files will automatically populate the Virtual Files
section below the console.
GCSE Pro-Tip
Use the Layout Toggle icon to
switch between side-by-side and stacked view. It's often easier to see logic errors when the
Variable Watch is right next to your code!