源代码
x = y = z = "Orange" print(x) print(y) print(z)
运行结果