GUI Tk Python

from Tkinter import *
import tkMessageBox
tkMessageBox.askokcancel("Quit", "Do you really wish to quit?")