Code Editor

Write and execute Python code directly in your browser

runs Python code in the browser with support for Python syntax, print(), input(), variables, loops, and simple data structures.

main.py

Each line will be used as input for consecutive input() calls in your program.

Output Console
>>> Output will appear here when you run the code...

Quick Examples

Hint:

Use Ctrl+Enter to quickly run your code while typing in the editor.