Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

05 Sum all items

📝Instructions:

  1. Complete the code of the function sum so that it returns the sum of all the items in my_sample_list.

💡 Hint:

  • You have to loop the entire list and add the value of each item into the "total" variable.

Expected Result:

The result should be 925960