摘要: map num_l = [1,6,8,9] def map_test(func,array): ret = [] for i in array: res = func(i) ret.append(res) return ret def jia(x): return x+1 #内置函数 print(m 阅读全文
posted @ 2019-11-06 01:45 月零Ray 阅读(194) 评论(0) 推荐(0)