Exemplo n.º 1
0
def main():
    Hanoi.gv.configuration = 1
    Hanoi.hanoi()
Exemplo n.º 2
0
import Hanoi as H
print(H.hanoi(3,"B","C","A"))