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