[Python-Dev] C.E.R. Thoughts (original) (raw)

Andrew Koenig ark at acm.org
Mon Oct 10 15:26:04 CEST 2005


Congragulations heartily given. I missed the ternary op in c... Way to go! clean and easy and now i can do:

if ((sys.argv[1] =='debug') if len(sys.argv) > 1 else False): pass

and check variables IF AND ONLY if they exist, in a single line!

Umm... Is this a joke?



More information about the Python-Dev mailing list