3 lines
36 B
Python
3 lines
36 B
Python
def add(x1, x2):
|
|
return x1 + x2
|
def add(x1, x2):
|
|
return x1 + x2
|