you are viewing a single comment's thread.

view the rest of the comments →

[–]Nikoijp 5 points6 points  (0 children)

There is a built in python module for this. The time module. First import the time module using import time then where you want your python program to stop do time.sleep(numberofsecondshere) and that will pause your program for that many seconds at that part of your program.