I am not sure what you mean by "tickle". If you meant "tickling" the Python interpreter or executing a piece of code repeatedly with a delay, you can use the built-in time
module in Python.
Here's an example of how to execute a piece of code repeatedly with a delay of one second:
main.py121 chars9 lines
This will execute the code inside the while
loop repeatedly with a one second delay between each iteration.
If you meant something else by "tickle", please provide more context or clarify your question.
gistlibby LogSnag