how to pause code for some time in python

73

pause program python -

# To delay excusion use the time library
import time

time.sleep(secs)

Comments

Submit
0 Comments