The get() method of Tkinter entry returning nothing. I am using python 3.9, and the get() method returns nothing.
My code:
content = name_var.get()