返回列表 發帖
s=0     
n=1
while(n<=10):
    s+=n
    n+1
print("1+2+3+...+10={}"...)
.foramt(sum)

TOP

返回列表