Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 352 Bytes

File metadata and controls

8 lines (6 loc) · 352 Bytes

Countdown Timer (Python)

A Python timer that counts down from a user-provided number.

Description

This project allows users to input a desired number of seconds. The timer will print all the remaining seconds, with a 1-second interval. When it reaches 0, it will print "Time's Up!"

Author

Emmanuel Howard - https://github.com/Emmanuel-Howard