To display a warning dialog named “Variable is assigned, but not used” June 7, 2022 by admin โช 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”) Submit Answer