does python list have built in sum function code example Example: python sum of list >>> list = [1, 2, 3] >>> sum(list) 6