In the result it shows "s= 8" pls tell me how to remove the blank?

s,t,n = 0,0,1
while t <= s:
    s,t,n = s+2,t+n,n+1
else:
    print('s=',s,n)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to