<p dir="ltr"><br>
On Oct 5, 2014 6:07 PM, "Seymore4Head" <Seymore4Head@hotmail.invalid> wrote:<br>
><br>
> For the record, I don't want a hint.  I want the answer.<br>
> I see a practice question is similar to this.<br>
> 15 <= x < 30  And it wants a similar expression that is equivalent.</p>
<p dir="ltr">Maybe</p>
<p dir="ltr">    30 > x >= 15</p>
<p dir="ltr">? Seems more "similar" to the original expression than the other possibilities.</p>
<p dir="ltr">As to how to try it out, bring up the Python prompt, assign various values to x, and keep evaluating the possibilities. To simplify evaluation off a bunch of alternatives, consider defining a function which takes x add a parameter and print out the various expression values. I'd give a concrete example, but don't has a prompt available on my phone...</p>
<p dir="ltr">Just my 2¢...</p>
<p dir="ltr">Skip<br>
 </p>