We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b910da5 commit 21b237aCopy full SHA for 21b237a
projects/Alarm Clock/alarm_clock.py
@@ -6,7 +6,7 @@
6
7
# create object
8
root = Tk()
9
-root.geometry("500x250")
+root.geometry("500x300")
10
11
12
def Threading():
0 commit comments