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.