mumber = 23
running = Ture

Both these lines have spelling errors: 'mumber' should be 'number', and 'Ture' should be 'True'.

You can see where the problem is coming from by the end of your traceback:

NameError: name 'Ture' is not defined

A NameError with something being 'not defined' nine times of ten means you've spelled something wrong.

Good luck!

Eric
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to