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