Computer Science, asked by arunyes2004, 4 months ago

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

Answers

Answered by allysia
0

Answer:

Here you go,

\\\tt lis= inpu t("Enter\ a\ list.")\\\tt sum=0\\\ttfor\ i\ in\ lis:\\\tt  {\qquad  sum+=i}   \\\tt print(sum)

Similar questions