Documentation

Function defined in 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 ad4099b2 (Thu, 11 Jun 2026 13:22:45 GMT)