On Sun, 2007-11-25 at 20:49 +0200, Donn Ingle wrote:
> Sheesh, I've been going spare trying to find how to do this short-hand:
> if 0 > x < 20: print "within"
> 

<smartAssAnswer>
  if 0 > x: print "within"
</smartAssAnswer>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to