So, when I define a variable, eg. variable = tk.Entry(root), and then call it in a function:
variable = tk.Entry(root)
variable = tk.Ent