0
Q:

what is oops c++

#Lambda/Anonymous function in python

def add(a,b):
  print(a+b)

minus = lambda x,y:x-y

def minus(x, y):
  return x-y

print(minus(9, 4))
  

0

New to Communities?

Join the community