请在 下方输入 要搜索的题目:

What will be the output of the following Python code? l=[-2, 4]m=map(lambda x:x*2, l)print(m) ( )


A、[4,16]
B、Addressofm
C、Error
D、4,16

发布时间:2025-01-18 03:31:07
推荐参考答案 ( 由 百万题库网 官方老师解答 )
答案:Address of m
专业技术学习
专业技术学习