Yasir Bhutta
|
Lambda
0/6
30:00
Exit
Question 1
Flag
1/6
What is the output of the following Python code?
Python
Copy
add_ten = lambda x: x + 10 print(add_ten(5))
A
15
B
10
C
5
D
20
Need a hint? View Explanation