Timeline for Python Hangman feedback
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 4, 2014 at 8:34 | comment | added | SylvainD | I guess it's a matter of personal preference. I prefer it the way it currently is but I understand your point. | |
| Feb 3, 2014 at 17:56 | comment | added | Chiggs |
very minor tweak - I would put the single character test first: if len(guess) != 1: print("Please guess a single letter."); continue which would save an indentation level for the non-error case and potentially make play more readable.
|
|
| Jan 20, 2014 at 14:29 | vote | accept | asteri | ||
| Jan 17, 2014 at 18:52 | history | edited | Michael Urman | CC BY-SA 3.0 |
Add `()` missing from explanatory list comprehension (already correct in later example).
|
| Jan 17, 2014 at 17:56 | history | answered | SylvainD | CC BY-SA 3.0 |