In your function countdown(), you set the count variable to 19 and just after you test if >=0, always true! You can remove the test.
But I guess that is not the solution to your problem.
You are viewing a single comment's thread from:
In your function countdown(), you set the count variable to 19 and just after you test if >=0, always true! You can remove the test.
But I guess that is not the solution to your problem.