Computer Science, asked by rajeshmandal1998ss, 11 months ago

What is the output of the following snippet?
def fun (x, y):
if x == y:
return X
else:
return fun (x, y-1)
print (fun (0, 3))​

Answers

Answered by rushikesh2442
1

Answer:

0

Explanation:

Do the calculation its very easy

Similar questions
Math, 11 months ago
Math, 1 year ago