✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A lambda function is defined as f = lambda x, y: x if x > y else y. Which of the following best describes this lambda?