How to slow code

Question:
how to slow my code
Repl link/Link to where the bug appears:

Screenshots, links, or other helpful context:

code snippet

Hi @140663611 , welcome to the forums!
If you are using Python, you can wait a second by doing this:

import time
time.sleep(1)

This will make the program wait 1 second.
Hope this helps!

4 Likes

@140663611
Could you also elaborate on your problem if my post above is not what you are looking for?

4 Likes