$ \ import tkinter import tkinter.simpledialog as tks root = tkinter.Tk() root.withdraw() to_stack(tks.askinteger("Integer", "Enter a Number")) string_to_stack(tks.askstring("String", "Enter a String")) \ python swap echo cr echo$