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


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

Reply via email to