* 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