Exit GPYC GIAC Python Coder (GPYC)
Question 1 of 5
0% complete
Q1 Single choice

Which of the lambda definitions of the function some_code is equivalent to the following function definition?

Which of the lambda definitions of the function some_code is equivalent to the following function definition?

  • A

    some_code = lambda outvalue:invalue*2

  • B

    some_code = lambda invalue:outvalue*2

  • C

    some code = lambda invalue:invalue*2

Previous Next