Search the web or other sources for a recursive function that's not in our Python text. Implement that function in Python then turn in a Word document that contains the following:
(1) A brief paragraph explaining what your recursive function does and WHERE YOU FOUND IT.
Also, tell whether it was already in Python when you found it or if you translated it from some other language to Python (either way is fine)
(2) Python source code of your function and code that calls (demonstrates) the function.
(3) Output showing that the function works.