I want to make my program wait for x
seconds after an if statement is triggered but I don't want my whole program to sleep cause I still want it to work.
So time.sleep
is out of the question, what options are there?
I want to make my program wait for x
seconds after an if statement is triggered but I don't want my whole program to sleep cause I still want it to work.
So time.sleep
is out of the question, what options are there?