Jak uzyskać dane wejściowe z widżetu tekstu Tkinter

def retrieve_input():
    input = self.myText_Box.get("1.0",END)
Poised Platypus