Tkinter convertit l'entrée en chaîne
MyEntry = Entry(bla, bla, bla)
EntryAnswer = Entry.get()
str(EntryAnswer)
#First you have to extract the entry
#Then you make the entry a string
Tame Toucan