How can we reuse the result of
sum()
?
We save the result in a variable
We can't reuse the result of using
sum()
on a list
We save the result in a variable.