demo_module6.py:
from mymodule import person1 print(person1["age"])
➜ begtut>python demo_module6.py
36