Guest User

PS3 #4 (round 2)

a guest
Sep 19th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Current Hand: c b d h u u w
  2. None
  3. {'c': 1, 'b': 1, 'd': 1, 'h': 1, 'u': 2, 'w': 1}
  4. Enter word, or a '.' to indicate that you are finished: huu
  5. invalid word, please try again.
  6. ----------------------------------
  7. Current Hand: c b d w
  8. None
  9. {'c': 1, 'b': 1, 'd': 1, 'h': 0, 'u': 0, 'w': 1}
  10. Enter word, or a '.' to indicate that you are finished: bud
  11. invalid word, please try again.
  12. ----------------------------------
  13. Current Hand: c w
  14. None
  15. {'c': 1, 'b': 0, 'd': 0, 'h': 0, 'u': 0, 'w': 1}
  16. Enter word, or a '.' to indicate that you are finished: bud
  17. invalid word, please try again.
  18. ----------------------------------
  19. Current Hand: c w
  20. None
  21. {'c': 1, 'b': 0, 'd': 0, 'h': 0, 'u': 0, 'w': 1}
  22. Enter word, or a '.' to indicate that you are finished:
Advertisement
Add Comment
Please, Sign In to add comment