On Mar 10, 2014, at 11:18 PM, Dave Angel <da...@davea.name> wrote:

>     if guess < secret - 10 or guess > secret - 10:
> 
> Think about that line. You might even want to put in a separate
> function to test what it does.
> HINT: it's wrong.
> 
Got it!  I realized what I was doing wrong.  I needed that plus sign for the 
too high part of it and what you said helped me figure it out!  Thanks Dave, 
all you actually!

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to