demo_module2.py:
import mymodule a = mymodule.person1["age"] print(a)
➜ begtut>python demo_module2.py
36