汉诺塔(hanoi) 汉诺塔代码: def hanoin,x,y,z): if n == 1: printx,'-->',z) else: hanoin-1,x,z,y) printx,'-->',z) hanoin-1,y,x,z) n = intinput'Input your number:')) hanoin,'X','Y','Z') Published by 风君子 独自遨游何稽首 揭天掀地慰生平 View all posts by 风君子