Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
codezero
on Dec 27, 2013
|
parent
|
context
|
favorite
| on:
Hope this saves someone some time.
Why not compare the first character of the input to y or n (forced lower), or only allow one character of input like the instructions show.
garrettdreyfus
on Dec 27, 2013
[–]
Updated it to your suggestion.
codezero
on Dec 27, 2013
|
parent
[–]
One more suggestion, make sure to test against lower case:
reply = str(raw_input(question+' (y/n): ')).lower()
You could even add .strip() on there if you want to make sure it doesn't have leading spaces.
garrettdreyfus
on Dec 27, 2013
|
root
|
parent
[–]
Another good one, thanks.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: