import operatorprint reduce(operator.add, [2, 4, 6]) # function-based +print reduce((lambda x, y: x + y), [2, 4, 6])
Name (required)
email (will not be published) (required)
Website