Contribute Media
A thank you to everyone who makes this possible: Read More

Importing a module in Python

Description

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.

Details

Improve this page