Reference: questionBox
questionBox(str) displays a question box with the message str (a string) and returns True if the user clicks the "Yes" button, and False if the user clicks the "No" button.
questionBox(str) displays a question box with the message str (a string) and returns True if the user clicks the "Yes" button, and False if the user clicks the "No" button.