Result Size: 1264 x 57
x
 
x = y = z = "Orange"
print(x)
print(y)
print(z)
        
Orange
Orange
Orange