Question:
how to slow my code
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
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!
@140663611
Could you also elaborate on your problem if my post above is not what you are looking for?