Functions
9 / 20
EasyOutput prediction

Lambda with multiple arguments

What does this code print?

multiply = lambda x, y: x * y
print(multiply(3, 4))

← → arrow keys to navigate

Sign in to save your progress.

Lambda with multiple arguments - Python Functions Quiz | Unnested