Blog

What is the output of the code below?

v = lambda x,y: x * 3
v(10,3)