Ad
Code
Diff
  • add = lambda x,y: x+y
    • # Write here your code
    • def add(x,y):
    • return x+y
    • add = lambda x,y: x+y