Source Code:
(back to article)
squared = lambda x: x**2 print(squared(5)) # prints 25
Result:
Report an issue