how to add statement to lambda python code example Example: lambda python add = lambda a, b : a + b add(3,6) ## 9