"Compile time" checking?
Qopit
russandheather at gmail.com
Wed Aug 10 21:32:54 EDT 2005
> if debug: print "v=%s" % (v,)
Not that important, but I assume the first one was supposed to be:
if debug: print "v=", s
right?
More information about the Python-list
mailing list