Blog

What is the output of the below code?

func = lambda x: x + 6
print(func(6))