Discuss / Python / 10月21日

10月21日

Topic source

LockHart4M

#1 Created at ... [Delete] [Delete and Lock User]

    if n == 1:

        print(a, '-->', c)

    else:

        move(n-1,a,c,b)

        move(1,a,b,c)

        move(n-1,b,a,c)


  • 1

Reply