module documentation

Provides a simple function sum(values) to compute the sum of a sequence of numbers.

Function sum Return the sum of the sequence of numeric values.
def sum(values):

Return the sum of the sequence of numeric values.