def add(a, b):

    return a + b

print(add(1, 2))

Comments