Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Commented the code for readability
  • Loading branch information
ozdyck3 committed May 31, 2021
commit 7f97454d851f13b2903eb718ec8f2fc613052d21
2 changes: 1 addition & 1 deletion DigitalClock/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

root = Tk()

# Title the window to "My Clock"
# Label the window to "My Clock"
root.title('My Clock')

#Time calculation
Expand Down