
Eric M. answered 05/14/19
Tutor
4.9
(365)
I can help you understand how to program
from time import sleep
# Sleep for 5 seconds
sleep(5)
# Caution, this does not work in GUI applications, like tkinter