Click to expand!
## Heading 1. A numbered 2. list * With some * Sub bulletsThe Zen of Python, by Tim Peters
import this
Module
Importing Specific Functions
from module_name import function_name
Importing All Functions
from module_name import *
Importing Function as an Alias
from module_name import function_name as alias