I got this program that counts down from a number (specified by the user) to zero, while pausing in between each number for 2 seconds. How would I be able to tell the program to stop counting down if the user presses a certain key, ESC for example, while the countdown is in progress?