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 b15482e (Tue, 09 Sep 2025 14:03:12 GMT)