Time delays using `time.sleep` in Python

time.sleep(10) # 10 seconds

Prerequisite:

import time