3 lines
29 B
Python
3 lines
29 B
Python
|
|
def add(a,b):
|
||
|
|
return a+b
|