lambda map function in python 3 example Example: python3 lambda >>> sum = lambda x, y : x + y >>> sum(3,4) 7