>Is the commented out line the only line in the function? IOW: this is valid: > >def myFunc(): > print "hi" >print "there" > >and this isn't: > >def myFunc(): > #print "hi" >print "there"
Nope, there were several working lines of code before the commented line. Ken -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.6/709 - Release Date: 3/3/2007 8:12 AM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
