This is called, appropriately enough, sequence unpacking.
这个调用被称为序列拆封非常合适。
Sequence unpacking requires the list of variables on the left to have the same number of elements as the length of the sequence.
序列拆封要求左侧的变量数目与序列的元素个数相同。
Sequence unpacking requires that the list of variables on the left have the same number of elements as the length of the sequence.
序列拆封要求左侧的变量数目与序列的元素个数相同。
应用推荐