Python
version
Show python version
python -V
make an http request
import requests r =requests.get('https://halfface.se') print(r.text)
dictionary
dictionary = {"a": 99, "hello": "world"}
import
Import functions.
import $module
Show python version
python -V
import requests r =requests.get('https://halfface.se') print(r.text)
dictionary = {"a": 99, "hello": "world"}
Import functions.
import $module