random module
random module is a Python idea you use in small programs. Learn it with one example, not a long speech.
For random module — import math brings tools in. A .py file can be a module. venv keeps project packages separate.
random module — output — a dice face then one name. seed(1) makes this run repeatable in class.
Exam tip
Dice: randint(1, 6).