# entrée value = StringVar() value.set("texte par défaut") entree = Entry(fenetre, textvariable=string, width=30) entree.pack()