Sum a list of numbers in Python
Here is a code snippet that demonstrates how to sum a list of numbers in Python:
Watch a video course
Python - The Practical Guide
You can also use a for loop to sum the list of numbers:
Both the above code snippet will give you the sum of the list of numbers.