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