Python  1.0
Namespaces | Functions
_09_hanoi.py File Reference

Namespaces

 _09_hanoi
 Towers of Hanoi.
 

Functions

def _09_hanoi.Hanoi (n, from_, to_, by_)
 Hanoi Tower. More...
 
def _09_hanoi.main (argv=None)
 Main function for testing. More...