1329: 【12】切片输出列表中索引为奇数的元素▁[]
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:45
Solved:31
Description
①用for循环快速生成小写字母表的列表。
②切片输出索引为奇数的字母。
Sample Input Copy
Sample Output Copy
['b', 'd', 'f', 'h', 'j', 'l', 'n', 'p', 'r', 't', 'v', 'x', 'z']