Title says it all, is it possible to make python sleep for less than a second? WORKS:
import time
print ("foo")
time.sleep(0.2) #talking about the value of the time
print ("bar")
If not, then is there any other way? Thanks Using python 3.2.2 EDIT: Thanks guys, I'm pretty sure I have tried the above code before and it didn't work. Oh well... sorry for your waste if time. It worked now and I upgraded to 3.3