newbie question

Rick Johnson rantingrickjohnson at gmail.com
Sat Jun 22 22:50:30 EDT 2013


On Saturday, June 22, 2013 9:39:30 PM UTC-5, christ... at 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?

Here is a clue. 

 py> 'e' == 'e'
 True
 py> 'E' == 'E'
 True





More information about the Python-list mailing list