Recursion Rocks

  • Write code inside of function
  • You will have to figure out what parameters to include
  • 🚨 All functions must use recursion 🚨

Problems

  • Solve each problem and test code by running <filename>.py
  • Make a commit after completing each problem

Happy Coding!