📜  解压列表 python 代码示例

📅  最后修改于: 2022-03-11 14:46:42.602000             🧑  作者: Mango

代码示例3
x,y,z = [5,10,15]
print(x)
print(y)
print(z)