Digital Clock

This module is designed to go after my Scratch Clock Module The thinking behind this is that you can extend your understanding by planning and creating a clock in two programming environments.

Download this completed flowchart of a clock and see if you can pencil in the Python 3 programming blocks on the flowchart.

You can use these help pages to remind yourself of some of the elements you might need.

Variables creating, setting and increasing Can you create a variable called seconds and increase it by 1?

While Loop

Print Can you combine printing the seconds, minutes and Hours variables with info that indicates what they are?