Create a function that:
call the function with x=4, y=3
rewrite the function using Lambda expression. Hint:
lambda x, y: do something if x>y else do something else