This challenge introduces lambda functions, which are small anonymous functions written in a single line. They are useful when you need a simple function for a short task without formally defining it using def. THE ANSWER IS: A(7) #Python #LambdaFunction #PythonChallenge #LearningInPublic #CodingJourney
7 as lambda implicitly returns result of expression in single line
7
7
7
Option A is the correct answer.