Brian Beck wrote:
print "Closed: %s" % fileName

Call me a pedant, but what'd wrong with:

    print 'closed: ' + filename
or
    print 'closed:', filename

?

Modulus operator good but don't over-use it. Otherwise, bad style.


jfj


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

Reply via email to