Documentation

Function from library builtins

sum(sequence)

sumsequence

Returns the sum of the numbers in a sequence.

sequencesequence of numbers

The sum of the elements
Code
sum([12.5, 2, 0.5])
Result
15.0

See also sum in the official documentation

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 3c97eb0 (Wed, 14 May 2025 17:27:27 GMT)