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、AddressofmC、ErrorD、4,16 发布时间:2024-09-27 12:20:39