Buildin Function Python Tutorial

def add(x,y):  return x+y
print reduce(add, range(1, 11))