import2a.py 82 B

12345
  1. from import1b import var
  2. print(var)
  3. from import1b import var as var2
  4. print(var2)