1274: 【11】倒序循环遍历列表▃for

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:34 Solved:31

Description

有这样一个列表:lst = [1, 3, 'py', 8, 3.1, '列表']

倒序循环遍历,每行输出一个元素。