What happens when we use sum() on a list that contains negative numbers?

We'll get the sum of the positive numbers, minus that of the negativeThe negative numbers won't be taken into account

We'll get the sum of the positive numbers, minus that of the negative.