1 2 3 4 5 6 7 8 9
# Version This REPL is currently using [pyodide](https://github.com/pyodide/pyodide) **v0.25.0**, which using python **3.11.3**. You can check the version by running the following code: ```python import sys print(sys.version) ```