2 lines
44 B
Python
Executable File
2 lines
44 B
Python
Executable File
mult = lambda x, y: x * y
|
|
print(mult(2, 5)) |