🌈 搜索
📅  最后修改于: 2022-03-11 14:45:07.775000             🧑  作者: Mango
# Remove the last 3 items from a list x = [1, 2, 3, 4, 5] for i in range(3): x.pop()