Posts by cVoronoff • 33 points
1 post
-
3
votes1
answer97
viewsQ: How to make a list of recursive iterations - Python
I am implementing a python Hanoi tower and I need a log of all moves. It could be a list of the states of the 3 stacks. But when I try to use the append function for this list/log, the result is the…