判断题

在Python中,运行下面代码会输出:[(0, '王萍'), (1, '李丽'), (2, '宋明')]

name=['王萍','李丽','宋明']

print(list(enumerate(name)))

A 正确
B 错误
赣ICP备20007335号-2