File: class/Workbook/Examples/Lecture6/nested2.py

from nested1 import X, printer    # copy names out
X = 88                            # changes my "X" only!
printer()



[Home page] Books Code Blog Python Author Train Find ©M.Lutz