On 14/01/2008, bill.wu <[EMAIL PROTECTED]> wrote: > mumber = 23 > running = Ture [...] > when i run it, interactive window show: > > Traceback (most recent call last): [...] > NameError: name 'Ture' is not defined
Hi Bill, The error message means that python doesn't know what "Ture" is. In this case, I suspect you have misspelt "True". Programming languages are quite picky about correct spelling! -- John. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor