面试题:def num(): return [lambda x: i * x for i in range(4)] print([m(2) for m in num()])

NoSuchKey

猜你喜欢

转载自www.cnblogs.com/liudaya/p/13201507.html