Re: [Tutor] Loops and modules

2007-12-06 Thread bhaaluu
On Dec 6, 2007 8:38 AM, richard west <[EMAIL PROTECTED]> wrote: > heres a partial solution. theres no error checking on the Raw Input and you > have to type in you last number and press return, before the loop will > break, but its a start! And modifying your modifications makes it work even a l

Re: [Tutor] Loops and modules

2007-12-06 Thread richard west
heres a partial solution. theres no error checking on the Raw Input and you have to type in you last number and press return, before the loop will break, but its a start! #!/usr/bin/python # Filename : math_test.py import time import threading class Timer(threading.Thread): def __init__(self