I hope this is useful. You can support this channel by liking, subscribing and if you really want to make my day, buy me a coffee: https://www.buymeacoffee.com/WLau
Some people have noted that recursive calls can result in stack overflow, you can also use a while loop instead e.g https://pastebin.com/G6F0KiY8 and method 1 here: https://maschituts.com/2-ways-to-loop-back-to-the-beginning-of-a-program-in-python/
Python Tutorial 11 Looping your code back to the beginning using a procedure
