I\'m trying to convert this recursive function from python code to scala. In python:
def func(hunter,goose,num): if hunter >= goose: re