Watch this video on YouTube
What is the output of below function when executed with input parameters 1, 3 : def check_input(x,y): if x y: x = x+1 if x < y: x = x+1 return x