python_variables_8.py:
x
 
x = 7
y = 8
print(x + y)