{ "interpreter": "micropython", "files": { "arrr.py": "/arrr.py" } } Skip to main content

A (Micro)Python REPL

A REPL (Read, Evaluate, Print, Loop) is a way to interactively work with the underlying interpreter.

Given this HTML fragment:

<py-repl></py-repl>

You get:

Why not type some Python and interact with the interpreter? We've added the arrr module to the filesystem for you to play with.