How do I continue with the while loop if nothing was inputted?
I want to make my cursor move randomly every 1 second, and end the program when I input "stop".
Right now it only moves once then stops, it does pop up the message box when I input "stop" though.
I tried to put continue but that didn't work.