摘要: 使用 reverse() 函数 my_list = [1, 2, 3, 4, 5] my_list.reverse() print(my_list) # 输出: [5, 4, 3, 2, 1] ################################### 阅读全文
posted @ 2023-10-08 07:02 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑