7 lines
88 B
Python
7 lines
88 B
Python
print("mod2 __name__:", __name__)
|
|
print("in mod2")
|
|
|
|
|
|
def foo():
|
|
print("mod2.foo()")
|