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:
Ensure that Python can successfully search for this module.