map函数

125 2023-12-08 13:32

python numbers = [1, 2, 3, 4, 5] doubled_numbers = [] for num in numbers: doubled_numbers.append(num * 2)
顶一下
(0)
0%
踩一下
(0)
0%
相关评论
我要评论
点击我更换图片