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. You can check the version by running the following code:

import sys

print(sys.version)