Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def pause():
  2. onkey(None,"p")
  3. clear()
  4. hanoi(6, t1, t2 ,t3)
  5. wite("Press P to Pause",
  6. align="center", font=("Courier", 16, "bold"))
Add Comment
Please, Sign In to add comment