📅  最后修改于: 2022-03-11 14:45:04.769000             🧑  作者: Mango
a,b = [item1,item2]
# This will set the variable a to item 1 and the variable b to item 2
# This can be done with larger sized arrays with more variables