....
> He wasn't. From the original post:
>
>       elif human.choice == 'rocks' and computer.choice ==
> 'scissors':
>               print "Human wins!"
>               human.points = human.points + 1
>       else human.choice == 'scissors' and computer.choice
> == 'rocks':
>               print "Computer wins!"
>               computer.points = computer.points + 1
>
>
>   
ah.
thanks for clearing this up.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to