Answers for "add delay in python script on termial"

0

how to add delay in python

import time
time.sleep(3) #3s Delay!
Posted by: Guest on December-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language