On Sun, Jun 23, 2013 at 12:39 PM,  <christheco...@gmail.com> wrote:
> Writing simple program asking a question with the answer being "yes"...how do 
> I allow the correct answer if user types Yes, yes, or YES?

The thing you're looking for is case-folding, or possibly
lower-casing. You should be able to find what you want with that. :)

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to