Which of the following values can be returned by the messagebox. askquestion () method?
Themessagebox.askquestion()method in Python's tkinter library displays a message box with a specified question and two response buttons labeled 'Yes' and 'No'. It returns a string indicating which button was selected - either 'yes' or 'no'.
Currently there are no comments in this discussion, be the first to comment!