代码示例:(标识:python_module_3)
python_module_3.py
import mymodule as mx

a = mx.person1["age"]
print(a)
运行结果: