Other types of dialogs included in Tkinter are those used to ask for user confirmation, such as the ones shown when we want to save a file and are about to override an existing one with the same name.
These dialogs differ from the preceding one because the values returned by the functions will depend on the confirmation button clicked by the user. This way, we can interact with the program to indicate whether to continue or cancel the action.