File: LP6E/Chapter25/recur2.py
from recur1 import X # OK: X already assigned from recur1 import Y # Error: Y not yet assigned