python_variables_7.py:
x
 
x = "Python is "
y = "awesome"
z = x + y
print(z)