Skip to content

Commit 6a23e23

Browse files
authored
Update PyQuiz.py
1 parent aab615c commit 6a23e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyQuiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ def contin4():
8787
img = ImageTk.PhotoImage(Image.open("Greet.jpg"))
8888
panel = Label(window, image = img)
8989
panel.pack(side = "top", fill = "both", expand = "yes")
90-
button = Button(window,padx=14,pady=14,bd=4,bg='orange',command=lambda:cont(),text="Continue >>>",font=("Courier New",16,'bold').pack()
90+
button = Button(window,padx=14,pady=14,bd=4,bg='orange',command=lambda:cont(),text="Continue >>>",font=("Courier New",16,'bold')).pack()
9191
window.mainloop()

0 commit comments

Comments
 (0)