VITAL me following Fython COUC
def func(x,y):
if (x == 0)
return y
else:
return func(x-1, x-y)
func (4,7)
Not the question you are looking for? Ask here!
Enter question by text
Enter question by image
Unlock Smarter Learning with AskSia Super!
Join Super, our all-in-one AI solution that can greatly improve your learning efficiency.