Computer Science, asked by arunyes2004, 4 months ago

write a python program to find the sum of list values without using built in functions​

Answers

Answered by BihariLadki
6

Answer:

Sum of numbers in the list is required everywhere. Python provide an inbuilt function sum() which sums up the numbers in the list. Syntax: sum(iterable, start) iterable : iterable can be anything list , tuples or dictionaries , but most importantly it should be numbers.

Answered by ᏚarcasticᏚoul
64

Answer:

 {\huge{\star{ \huge{ \fbox { \purple{answer}}}}}}}}

Sum of numbers in the list is required everywhere. Python provide an inbuilt function sum() which sums up the numbers in the list. Syntax: sum(iterable, start) iterable : iterable can be anything list , tuples or dictionaries , but most importantly it should be numbers.

if it helps you Mark this as brainlist..!!

Similar questions