File: class/Workbook/Examples/Lecture6/nested3.py
import nested1 # get module as a whole nested1.X = 88 # change nested1's X nested1.printer()