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 95b9b01 commit b47dffdCopy full SHA for b47dffd
PyQuiz.py
@@ -87,6 +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'))
91
-button.pack()
+button = Button(window,padx=14,pady=14,bd=4,bg='orange',command=lambda:cont(),text="Continue >>>",font=("Courier New",16,'bold').pack()
92
window.mainloop()
0 commit comments