Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: A python script to work around a sleep issue' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: A python script to work around a sleep issue
Authored by: johnsawyercjs on Jan 29, '09 05:51:51AM

There appears to be a spelling error in the program, at the line:

sleeepTime = int(sleepTime)

I think the variable needs to retain the name "sleepTime" that it had immediately above that line, since there are no other references to "sleeepTime" in the rest of the program.



[ Reply to This | # ]