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