⏳
Countdown Timer
A simple console countdown timer: enter a number of seconds and it counts down in MM:SS format, printing "Time Up" when finished.
A simple console countdown timer: enter a number of seconds and it counts down in MM:SS format, printing "Time Up" when finished.
A simple console countdown timer: enter a number of seconds and it counts down in MM:SS format, printing "Time Up" when finished.
Enter the time in seconds: 10
00:10
00:09
00:08
...
00:01
Time Up
python countdown.py
Standard library only (time).