The sum of
[1, 2, 3]
is
6
. The source code of
add
function is:
def add(x, y): return x + y