Get your own Python server Result Size: 625 x 565
x
 
x, y, z = "Orange", "Banana", "Cherry"
print(x)
print(y)
print(z)
Orange
Banana
Cherry