mod2.py 87 B

12345
  1. print("mod2 __name__:", __name__)
  2. print("in mod2")
  3. def foo():
  4. print("mod2.foo()")