Friday , September 20 2024

Select the true statements. (Select two answers)

Questions BankCategory: Python Essentials 2Select the true statements. (Select two answers)
Select the true statements. (Select two answers)

  • The lambda function can accept any number of arguments
  • The lambda function can evaluate multiple expressions
  • The lambda function can evaluate only one expression
  • The lambda function can accept a maximum of two arguments

Explanation: Remember that a lambda function can have any number of arguments, but it can only evaluate a single expression.

More Questions: Python Essentials 2 – Module 4 Test