📜  如何在 python 代码示例中交换列表

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

代码示例1
list[pos1], list[pos2] = list[pos2], list[pos1]