PyodideEasy Playground

CPython compiled to WebAssembly; run Python in the browser

What is Pyodide?Run locally
Install
https://pyodide.org
Python CodeRun locally

Pyodide is cpython compiled to webassembly; run python in the browser. It provides an alternative way to run Python code.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?