一个错误

一个错误

def a(a,b):

    print a,b

list=xrange(1,9)

reduce(a,list)

不是你想的

1,2

2,3

3,4

......

原文地址:https://www.cnblogs.com/lexus/p/2537576.html