In this assignment, you will write a Python program clock.py that emulates a digital clock and a countdown timer that can calculate and display time. At the beginning, the program prints a menu and...

In this assignment, you will write a Python program clock.py that emulates a digital clock and a countdown timer that can calculate and display time. At the beginning, the program prints a menu and asks the user to choose an operation such as setup time, setup alarm, show clock, run timer, or quit. Here are the snippets of the program output. Note: To get the full credit, please make sure that your program output matches the snippets exactly.Digital Clock Please enter one of the following choices [1-5]: 1. Setup Time 2. Setup Alarm 3. Show Clock 4. Run Timer 5. QuitIf the user did not choose correctly, it warns about wrong input and reprints the previous prompt: [Wrong choice! Please enter one of the following choices [1-5]: 1. Setup Time 2. Setup Alarm 3. Show Clock 4. Run Timer 5. QuitIf the user chose 1 (setup time), then the program prints:Please enter clock time [H:M:S]:

Nov 25, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here