[Tutor] sleep command in python?

Andreas Kostyrka andreas at kostyrka.org
Tue Nov 14 20:20:18 CET 2006


* paulino1 at sapo.pt <paulino1 at sapo.pt> [061114 20:07]:
> Is there a "sleep" command in python like the bash's sleep?
import time

time.sleep(0.5)

Andreas


More information about the Tutor mailing list