On Nov 11, 11:43 am, noydb <jenn.du...@gmail.com> wrote:
> Hi All,
>
> I want to pause my script before it terminates, just so a user can
> have a moment to read some print statements I include at the end.  How
> can this be accomplished?
>
> Thanks!

Never mind, duh, found my answer now

import time
time.sleep(10)  #10 second pause
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to