python_variables_2.py:
x
 
x = 5
x = "Steve"
print(x)