Is it possible in python a delay with some library to reach only a specific condition while the loop runs for the others conditions?
I've tried to use sleep but the moment it is triggered, the whole thing is paused.
Is it possible in python a delay with some library to reach only a specific condition while the loop runs for the others conditions?
I've tried to use sleep but the moment it is triggered, the whole thing is paused.