Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Importing a module in Python - Python Morsels
https://www.pythonmorsels.com/importing-module/
links
backlinks
Roast topics
Find topics
Find it!
When you import a module in Python, you'll get access to a module object with attributes representing each of the variables in that module. Python comes bundled with a bunch of modules.