已知t=(5,10,15),则list(range(len(t)))的输出结果是[1,2,3]。

已知t=(5,10,15),则list(range(len(t)))的输出结果是[1,2,3]。

A.正确

B.错误

正确答案:错误

猜你喜欢