A.list(range(1,7,2))
B.list(range(1,5,2))
C.[x for x in range(7) if x%2!=0]
D.[2*x+1 for x in range(3)]
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索