Skip to content

Commit c54a03c

Browse files
committed
remveed whitesapce
1 parent 3cfd05b commit c54a03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GAMES/Hacktoberfest Quiz/hacktoberfest-quiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def evaluate(self):
117117

118118
w2_label = Label(root,text="Question 2: Is one of the values of Hacktoberfest 2022 'EVERYONE IS WELCOME' ?",font=("arial",10),width=100,height=4)
119119
w2_label.pack()
120-
question_two = ttk.Combobox(root,value=["Yes","No"])
120+
question_two = ttk.Combobox(root,value=["Yes","No"])
121121
question_two.current(0)
122122
question_two.pack()
123123

0 commit comments

Comments
 (0)