This is a project to use Python turtles to generate a clock which we can display on the screen to show everyone what the time is.
The first part of the project shows how to find out what the exact time is, and display it as a digital clock.
The more exciting part of the project is to use Python turtles to draw an old-fashioned analogue clock on the screen and have the hands move to show the time. You will be able to use your knowledge to design a personalised clock with your choice of lettering and style of hands.
Clock image copied from https://www.codenameone.com/blog/codename-one-graphics-part-2-drawing-an-analog-clock.html
These instructions were originally written for creating a project with a standalone Python installation on your computer (for example using the Python IDLE editor, or alternatively Visual Studio Code).
If you want to code the clock using the online editor trinket.io you will find the instructions for making the digital clock will work almost exactly the same, but for the analogue clock you should look for the special trinket instructions in Step 3.