1338: 【13】元组的切片输出▁[]

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:40 Solved:28

Description

有这样一个元组:tup1 = ('a', 'b', 'c', 1, 2, 3, '中文也可以')

用切片输出索引为偶数的元素。


Sample Input Copy


Sample Output Copy