basic grammer error..
codefly
corona10 at gmail.com
Wed Dec 16 10:29:34 EST 2009
On 12월17일, 오전12시23분, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> codefly wrote:
> > 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??
>
> Next time, be so kind to tell us what the actual error *is*, will you?
>
> Because there is none for me after c'n'p-ing that code into a source-file...
>
> Diez
Thank you Sir.^^
More information about the Python-list
mailing list