高等继续教育 / Python编程
正确率:100%
map将函数应用于迭代器中的每个元素。例如,执行list(map(lambda x:x ** 2,range(3))),可以得到[0,1,4]。
对
错
对
错
参考答案:
佳题速递: