Getting started
Basic usage
Validation
Advanced usage
API
License
Prompt the user to answer yes/no question.
question (str) – Yes/No question.
default_answer ({'yes', 'no'}, default='yes') – Default answer to yes/no question.
bool – True if answer if ‘yes’, False if anwers is ‘no’.
bool