File: class/Workbook/Examples/Lecture6/nested2.py
from nested1 import X, printer # copy names out X = 88 # changes my "X" only! printer()