[Python-Dev] C.E.R. Thoughts (original) (raw)
jamesr circlecycle at gmail.com
Sun Oct 9 02:04:13 CEST 2005
- Previous message: [Python-Dev] PythonCore\CurrentVersion
- Next message: [Python-Dev] C.E.R. Thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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!
but y'all knew that..
- Previous message: [Python-Dev] PythonCore\CurrentVersion
- Next message: [Python-Dev] C.E.R. Thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]