To display a warning dialog named “Variable is assigned, but not used”

Loading

โœช Choose the correct option.

To display a warning dialog named “Variable is assigned, but not used”, use __________

A. tkinter.messagebox.showinfo(“showinfo”, “Variable is assigned, but not used”)
B. tkinter.messagebox.showwarning(“showwarning”, “Variable is assigned, but not used”)
C. tkinter.messagebox.showerror(“showerror”, “PVariable is assigned, but not used”)
D. tkinter.messagebox.askyesno(“ashyesno”, “Variable is assigned, but not used”)

Leave a Comment