Help with delays in python code

Question:
i want delays in my code can i and how?
Repl link:
https://replit.com/@GreenIce13/Test#main.py

code snippet
Line 70
# The number is the number of seconds you want to delay.
time.sleep(1)
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.