Published
- 1 min read
python sleep
The solution for this is noted below
python sleep
Solution
import time
print("Print now")
time.sleep(4.2)
print("Printing after 4.2 seconds")
Try other methods by searching on the site. That is if this doesn’t work