import tkinter class latinwords: def __init__(self): self.main = tkinter.Tk() self.top = tkinter.Frame(self.main) self.mid = tkinter.Frame(s