高等继续教育 / Python编程
题型描述: 填空题
a=[1,2,3,4,5];b=map(lambda x:pow(x,2),a);print(list(b))的结果为( )。
参考答案:
a=[1,2,3,4,5];b=map(lambda x:pow(x,2),a);print(list(b))的结果为( )。