ShrekyMommyThis is not working because I am making some minor updates.
2 years ago
lsikoraCool! One thing I would add is time. To do it, you add
import time #at the beginning and only once
And then
time.sleep(1) #this means 1 second. If you were to change this to 2, it would be a 2 second wait.
Thanks,
CodeMaster007
2 years ago