2 lines
38 B
Python
2 lines
38 B
Python
|
|
def add_numbers(a, b)
|
||
|
|
return a + b
|