Put a time delay in a Python script

PHOTO EMBED

Saved by @bravocoder #python

import time
time.sleep(5)   # Delays for 5 seconds. You can also use a float value.
content_copyCOPY

https://stackoverflow.com/questions/510348/how-can-i-make-a-time-delay-in-python