Python 汉诺塔问题

发布于 2018-12-17

第6行print(a, "->", c)可以写做move(1, a, b, c)都是一样的效果。 开始运行move( 3 ): move 函数代入