The lambda keyword is used to define an anonymous function in Python. Syntax: lambda arg1, arg2... : expression.
確定! 回上一頁