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 ede3c94 (Fri, 23 May 2025 14:43:18 GMT)