🌈 搜索
📅  最后修改于: 2022-03-11 14:45:17.768000             🧑  作者: Mango
x, y, z = 5, 11, 15 print(x) print(y) print(z) # Output # 5 # 11 # 15