Computer Science, asked by kami7471, 19 hours ago

write a program in python to display the sum of all values of a list ending with 3.

Answers

Answered by arjun8114
0

Answer:

Python program to calculate the sum of elements in a list 1 Task : To find the sum of all the elements in a list. 2 Approach : Read input number asking for length of the list using input () or raw_input (). Initialise an empty list lst = []. 3 Program : 4 Output : Sum of elements in a list — programminginpython.com

Explanation:

brainliest pls

Similar questions