(Hackerrank) HackerRank Python Certification Practice Test
Hackerrank - HackerRank Python Certification Hackerrank - HackerRank Python Functions and Modularity Questions and Answers
What is the primary characteristic of a lambda function in Python?
Select your answer
A
It can contain multiple expressions.
B
It is an anonymous function.
C
It must be assigned to a variable.
D
It uses the 'def' keyword for creation.
Hint