Skip to main content
2 of 5
deleted 51 characters in body

Recursion. It would make the code smaller, easier to understand, way easier to implement as well. What you are trying to do is one of the tasks recursion is very good at.

Have a look at the Basics of Recursion in Python