Result Size:
625 x 571
demo_module2.py:
import mymodule a = mymodule.person1["age"] print(a)
x
import
mymodule
a
=
mymodule
.
person1
[
"age"
]
print
(
a
)
C:\Users\My Name>python demo_module2.py
36