Import Statement

A statement that imports a module to gain additional functionality.

import math  
math.sqrt(16) # 4  
math.pi # 3.141592653589793