Hi,
I'm a newbie and was wondering which of these IF conditions is better structure:
if not os.path.exists('filename'):
IMHO the above is preferable to the below. It is much more "intuitive".
if os.path.exists('filename') == False:
mailto:[EMAIL PROTECTED]
303 442 2625 home
720 938 2625 cell
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor