第26307题 判断
判断执行以下Python代码后输出结果为[1, 4, 9]的说法是否正确
print(list(map(lambda x: x**2, [1, 2, 3])))
A

该说法正确

B

该说法错误

提交0次 正确率0.00%
答案解析