def ma_fonction(x, y):
    return x + y

print(ma_fonction(1,2))
