basic grammer error..

codefly corona10 at gmail.com
Wed Dec 16 10:18:13 EST 2009


class codefly:

     def WaitFreecatz(self, hours):
         hours = self.hours
         i = 1
         while i < hours:
              print 'i wait %s hours' %(i)
              i = i+1
         if i == hours:
              print '\nhe never comes'


run error// what's wrong??



More information about the Python-list mailing list