Skip to content

Commit b47dffd

Browse files
authored
Update PyQuiz .py
Version 1.1
1 parent 95b9b01 commit b47dffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PyQuiz.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +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'))
91-
button.pack()
90+
button = Button(window,padx=14,pady=14,bd=4,bg='orange',command=lambda:cont(),text="Continue >>>",font=("Courier New",16,'bold').pack()
9291
window.mainloop()

0 commit comments

Comments
 (0)