Result Size:
625 x 571
demo_variables2.py:
x = 4 x = "Sally" print(x)
x
x
=
4
x
=
"Sally"
print
(
x
)
C:\Users\My Name>python demo_variables2.py
Sally