We’ll start this course with modules. The Python import statement allows us to import a Python module. In turn, A Python module helps us organize and reuse our code. In this lesson, you learn:
import
statement that allows us to import a module or parts of a module