Write down the python program to calculate the values of list
Answers
Answered by
2
Answer:
hello,
Explanation:
#python program to calculate the sum of values in a list
l=eval("input("enter the list"))
sum=0
for i in l:
sum+=i
print(sum,"is the sum of all the values in the given list")
hope it helps you
please mark brainliest
@ItzSnowySecret07
Answered by
0
Explanation:
I hope this answer can help you
Attachments:
Similar questions