1294: 【11】列表倒置▁lst.reverse()

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:26 Solved:22

Description

有这样一个列表:lst = [11, 8, 2, 5, 9]

不排序,直接倒置输出。