Python
Python is a programming language that lets you work quickly and integrate systems more effectively . It's easy to learn and use.
This playground uses pyodide to run python code in the browser. Currently, it's using pyodide 0.25.0 which is using python 3.11.3. You can check the version by running the following code:
import sys
print(sys.version)