Files
2022-09-29 12:10:37 +08:00

7 lines
88 B
Python

print("mod2 __name__:", __name__)
print("in mod2")
def foo():
print("mod2.foo()")