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