Python Institute PCAP-31-03 Exam - Topic 4 Question 108 Discussion
Which of the following lambda function definitions are correct? (Select two answers)
A) lambda X : None and B) lambda : 3,1415
C) lambda x : def fun(x): return x
D) lambda lambda: lambda * lambda
Currently there are no comments in this discussion, be the first to comment!