for i in range(5):d.append(int(raw_input("请输入数字%d :"%(i+1)))def add(x,y):return x+y print reduce(add,d)程序没有进行输入错误的判断,请自行添加