Python is an interpreted, high-level, general-purpose programming language
Python is now compiled to WebAssembly and WASI, so it can run in your server or in your browser.
python
Python 3.6.7 (default, Feb 14 2020, 03:17:48)
[Wasm WASI vClang 9.0.0 (https://github.com/llvm/llvm-project 0399d5a9682b3cef7 on generic
Type "help", "copyright", "credits" or "license" for more information.
>>>
Here are a few examples of Python programs that you can try:
This is a program that reads the input and prints it:
A mandlebrot program: