Python By Code
Wednesday, July 8, 2015
Addition of n numbers
numbers=[]
sum=0
print "How many inputs do you want"
n = input()
for i in range (0,n):
print "Enter number"
a=input()
numbers.append(a)
sum = sum + a
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment