What happens when we use sum() on a list that contains negative numbers?
sum()
We'll get the sum of the positive numbers, minus that of the negative.