python_variables_1.py:
x
 
x = 10
y = "Bill"
print(x)
print(y)