python_variables_5.py:
x
 
x = y = z = "Orange"
print(x)
print(y)
print(z)