Answers for "to sleep the execution in python script"

11

delay time python

import time

time.sleep(5) # sleeps for 5 seconds
Posted by: Guest on June-16-2020

Code answers related to "to sleep the execution in python script"

Python Answers by Framework

Browse Popular Code Answers by Language