You are on page 1of 1

#Program 23

#Write a program to find sum of all element from a list of numbers


#Name: Aniruddh Rao
#Class: 11
#Date of execution:-10/12/19
l=eval(input(“Enter the list elements))
sum=0
mean=0
a=len(l)
for a in range[0,a]
sum=sum+i
mean=sum(a)/a
print(“entered list is “)
print(l)

You might also like