Coding Challenge: Sum of a List

Prompt: Create a list called 'numbers' with at least 3 integers. Iterate over the list and calculate the sum, storing it in 'total_sum'.


Student Info