Is this a legal / acceptable statement ?

Philippe Martin pmartin at snakecard.com
Fri May 5 09:39:10 EDT 2006


Hi,

This code works, but is it "appropriate" ?

l_init = False

if True == l_init and 1234 = l_value:
 print 'l_value is initialized'

I know I can do this with a try but ...

Philippe





More information about the Python-list mailing list