You can run Python in your browser! It’s more limited, but still very very cool. This implementation uses Pyodide, which is a port of the CPython runtime to WebAssembly.
Note that unlike the classic Python IDLE, the returned values won’t be displayed, just whatever is sent to
stdout
.