题库 Python题库 题目列表 下列函数或操作,错误的为哪一项?
单选题

下列函数或操作,错误的为哪一项?

A.

>>>tuple('hello world')

B.

>>>tuple(range(1:3))

C.

>>>tuple(range(3))

D.

>>>tuple(map(str,range(3)))

题目信息
2022年 3月 选择题
-
正确率
0
评论
44
点击