Mastery 09 - Using Modules
The definition of a module is a file containing definitions and statements intended for use in other Python programs. Some of them come with Python as part of what is called as the standard library.
There are many modules in Python. So I posted here some examples of some modules.
Firstly we have the Mastery 03 code where we used a module to call the poem called “The Zen of Python”
Secondly we have a very funny module that is well known as the turtle module. This module will allow you to draw pictures as simple as a rectangle or as complex and funny as this code I posted.
Finally we have what a think it’s one of the preferred modules, the math one. With this module you can access many mathematical functions in case you need them.













