第15762题 判断题
在Python中运行指定代码会输出[(0, '王萍'), (1, '李丽'), (2, '宋明')]吗?
name=['王萍','李丽','宋明']
print(list(enumerate(name)))
A

正确

B

错误

程序运行统计
暂无判题统计