返回列表 發帖
sum=0
for i in range(1,11)
    sum+=i
print("1+2+3+...+10=%d"%sum)

TOP

返回列表