How can we reuse the result of sum()?

We save the result in a variableWe can't reuse the result of using sum() on a list

We save the result in a variable.