🌈 搜索
📅  最后修改于: 2022-03-11 14:46:17.227000             🧑  作者: Mango
a = ['a', 'b', '4', '5', 'd'] #reverse the List print(list(reversed(a)))