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