Computer Science, asked by abhayajayan1, 4 months ago

Write down the python program to calculate the values of list​

Answers

Answered by Anonymous
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 ches24680
0

Explanation:

I hope this answer can help you

Attachments:
Similar questions