标签: python
# module mod1.py import mod2 # module mod2.py print("I have been imported by %s" %(whoImportedMe?))
我们要打印出“mod1”