SyntaxFix
Write A Post
Hire A Developer
Questions
How about this one?
import signal signal.pause()
This will let your program sleep until it receives a signal from some other process (or itself, in another thread), letting it know it is time to do something.