You can download this code by clicking the button below.
This code is now available for download.
Calculates the sum of a list of numbers.
Technology Stack : Built-in function sum
Code Type : Function
Code Difficulty :
def sum_list(numbers):
return sum(numbers)