so i made a button on my tkinter-field,witch would return an entry in an field,witch I built prior,thanks for that,anyway it doesn' return anything,here is a snippet of my source code
entry = Entry()
entry.pack()
def get_entry():
entry.get()
schaltf2 = tkinter.Button(root, text="submit", width=20, command=get_entry())
schaltf2.pack(side="bottom")
could maybe anyone help me,that would be very nice,thank you!:)