1273: 【11】for循环遍历列表▁for
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:41
Solved:33
Description
有一个列表:lst = [1, 3, 'py', 8, 3.1, '列表']
用for循环遍历,或者用while循环遍历,每行输出一个元素。
Sample Input Copy
Sample Output Copy