Is there a way to, for example, print Hello World! every n seconds after x seconds? Looking at this: Run certain code every n seconds, I know how to run a code every n seconds. But I would like to run certain code after x seconds every n seconds.
Need some guidance on how to do this.
Key condition: The program should not lag or sleep. The certain code I am referring to is a function call.