Ch 29 practice solution Get link Facebook X Pinterest Email Other Apps August 16, 2020 number=input("enter the number")total=0i=0while i<len(number): total+=int(number[i]) i+=1print(total)##I not complete the program I got help to video Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment