You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python program that counts down from a user-specified time in seconds. The countdown is displayed in the format DD:HH:MM:SS and handles invalid input gracefully.
License
This project is licensed under the Apache License 2.0.
About
A basic Python program where the user enters a time in seconds, and the countdown begins. The program displays the remaining time in a DD:HH:MM:SS format and handles invalid inputs gracefully. Beginner project to demonstrate Python basics like input handling, loops, and time manipulation.