题库 Python题库 题目列表 >>> dict(enumerate(range(3)))返回值为{‘0’...
判断题

>>> dict(enumerate(range(3)))

返回值为{‘0’: 0, ‘1’: 1, ‘2’: 2}

A.
正确
B.
错误
题目信息
2021年 12月 判断题
-
正确率
0
评论
102
点击