3 lines
50 B
Python
3 lines
50 B
Python
def fx(input):
|
|
return input['a'] + input['b']
|
def fx(input):
|
|
return input['a'] + input['b']
|