iNTERFACEWARE Products Manual > Learning Center > Learning Python > Modules > Using Built-In Modules |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Python provides a number of built-in modules that perform a variety of common programming tasks. Using these modules can save you a great deal of work. To import and use a built-in module, follow the same steps as when you import a module you have created yourself:
|