demo_variables2.py:
x = 4 x = "Sally" print(x)
➜ begtut>python demo_variables2.py
Sally