试题详情
单项选择题print(list(enumerate([1,2])))输出结果为:()

A、[[0,1],[1,2]]

B、[(0,1),(1,2)]

C、[1,2]

D、[0,1,1,2]

  • B
  • 关注下方微信公众号,在线模考后查看

热门试题