Python provides a small utility function called sleep()
within the time module that allows us to suspend the execution of our code for a given number of seconds.
sleep()
takes in the number of seconds to suspend the program before executing the next time.