Just took a look in the perl newsgroup....

Gerrit Holl gerrit at nl.linux.org
Wed May 21 05:14:25 EDT 2003


Russell E. Owen schreef op dinsdag 20 mei om 21:18:26 +0000:
> elif 7 >= x >= 9: # or "x in (7,8.9)" or "x in range(7,10)" or...
>    do_something_3()

I think you mean here:

7 <= x <= 9

Because if 7 is larger than x, x is unlikely te be larger that 9 :)

yours,
Gerrit.

-- 
276. If he hire a freight-boat, he shall pay two and one-half gerahs
per day. 
        -- Hammurabi, Code of Law
--
Asperger Syndroom - een persoonlijke benadering:
	http://people.nl.linux.org/~gerrit/
Het zijn tijden om je zelf met politiek te bemoeien:
	http://www.sp.nl/





More information about the Python-list mailing list