Computer Science, asked by athangamoorthy, 6 days ago

Either answer 21 or 22...please​

Attachments:

Answers

Answered by nirmal5181
0

Answer:

21 :

n=int(input("number of numbers: "))

a=[]

for i in range(0,n):

elem=int(input("enter number: "))

a.append(elem)

avg=sum(a)/n

print("mean of elements in the list",round(avg))

22 : o + o o o o o + o o o o o + o o o o o +

Similar questions