Make a function, sum, that takes a list of integers and returns the sum of its elements.
Input
som([1,2,3,4])
Return
10