TKINTER SET TEXT

def set_input(value):
    text.delete(1.0, "END")
    text.insert("END", value)
Av3