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