View all questions & answers for the GPYC exam
Which of the lambda definitions of the function some_code is equivalent to the following function definition?
some_code = lambda outvalue:invalue*2
some_code = lambda invalue:outvalue*2
some code = lambda invalue:invalue*2
Submit