Skip to content

Commit 5a45357

Browse files
Update Digital_Clock/digital_clock.py
Removing unnecessary comments Co-authored-by: Shamith <shamith301102@gmail.com>
1 parent c6978d4 commit 5a45357

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Digital_Clock/digital_clock.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import time
33
from tkinter.font import Font
44

5-
'''
6-
In this project, I have imported all the necessary packages, including time and Tkinter. Tkinter is a built-in library that enables the creation of Graphical User Interfaces (GUIs).
7-
'''
85

96

107
def clocks():

0 commit comments

Comments
 (0)