We use cookies to enhance your browsing experience.

Learn More
Back to Library
PYTHONpython

Lambda Functions

Anonymous small functions.

add = lambda x, y: x + y
print(add(5, 3)) # 8
python functional syntax
25+Total Tools
Operations
4Languages
100%Privacy

We use cookies to enhance your experience and serve personalized ads.