File: LP6E/Chapter23/nest2.py
X = 2 import nest3 print(X, end=' ') # My global X print(nest3.X) # nest3's X