05 Sum all items 📝Instructions: 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