python_variables_4.py:
x
 
x, y, z = "Orange", "Banana", "Cherry"
print(x)
print(y)
print(z)