3 lines
37 B
Text
3 lines
37 B
Text
|
|
def multiply(x, y):
|
||
|
|
return x * y
|