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