Mastery13 – Importing and using python modules

to import modules write import and the name of the module you want.

import random

and now you can use the functions of that module.

here is a list of modules in python:

https://docs.python.org/3/py-modindex.html

CC BY 4.0 Mastery13 – Importing and using python modules by sergio is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.