how to build python into module code example
Example 1: how to import python
import random
from os import name, system
import time as t
Example 2: add your own library to python
python -m site --user-site
import random
from os import name, system
import time as t
python -m site --user-site