How to continue while-loop when no input is detected?

91 views Asked by At

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".

Here is my program

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.

0

There are 0 answers