Python刷题-1

tech2023-05-22  84

1、下列代码运行结果是? a = map(lambda x: x**3, [1, 2, 3]) list(a) [1, 8
最新回复(0)