Keep running FOR loop even with sleep command is called

Viewed 15

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.

0 Answers
Related