A two-parameter lambda function raising its first parameter to the power of the second parameter should be declared as:
A two-parameter lambda function raising its first parameter to the power of the second parameter should be declared as:
A . lambda (x, y) = x ** y
B . lambda (x, y): x ** y
C . def lambda (x, y): return x ** y
D . lambda x, y: x ** y
Answer: D
Latest PCAP-31-03 Practice Questions with 109 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments