sum of given numbers Get link Facebook X Pinterest Email Other Apps March 29, 2022 sum of given numbers n=int(input()) c=0 l=[] while(c<n): l.append(int(input())) c+=1 print(sum(l)) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment