🌈 搜索
📅  最后修改于: 2022-03-11 14:45:33.299000             🧑  作者: Mango
# Making a new list myList = [1,2,3,4] # Inverting the list myList = myList[::-1]