Python

From Halfface
Jump to navigation Jump to search

version

Show python version

python -V

make an http request

import requests
r =requests.get('https://halfface.se')
print(r.text)

import

Import functions.

import $module