On Mon, Jun 10, 2013 at 1:06 PM, <eschneide...@comcast.net> wrote: > if input()!=('duck', 'parry'): > if input()=='duck': > if input()=='parry':
Every time you call input(), it waits for you to type something. You want to record what the person typed and then use it in each place. Have you been taught a means of doing this? ChrisA -- http://mail.python.org/mailman/listinfo/python-list