We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab615c commit 6a23e23Copy full SHA for 6a23e23
PyQuiz.py
@@ -87,5 +87,5 @@ def contin4():
87
img = ImageTk.PhotoImage(Image.open("Greet.jpg"))
88
panel = Label(window, image = img)
89
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()
+button = Button(window,padx=14,pady=14,bd=4,bg='orange',command=lambda:cont(),text="Continue >>>",font=("Courier New",16,'bold')).pack()
91
window.mainloop()
0 commit comments