If you want to accept anything that starts with a y or Y you could use
if question.lower().startswith("y"):
548k questions
547k answers
4 comments
86.3k users