30:00
Question 1
1/6

What is the output of the following Python code?

Python
add_ten = lambda x: x + 10
print(add_ten(5))