代码示例:(标识:python_variables_5)
python_variables_5.py
x = y = z = "Orange"

print(x)
print(y)
print(z)
运行结果: