counting program

e toffi etoffi at bigfoot.com
Wed Jan 16 06:53:07 EST 2002


i need for a program i am writing to count using speech (in the range
1..100 or 1..1000). is there any prior work that i could use?

 for each in range(100):
    print each
    say(each)
    logic(each) 
    ....

--
etoffi



More information about the Python-list mailing list