sum(iterable, start)
iterable : iterable can be anything list , tuples or dictionaries, but most importantly it should be numbers.
start : this startis added to the sum of numbers in the iterable.
Ifstartisnot given in the syntax , it is assumed to be 0.