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