Почему он не видит height=5
txt = Entry(root,height=5,width=10).place(x=30, y=80)
txt = Entry(root,height=5,width=10).place(x=30, y=80)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: unknown option "-height"
txt = Entry(root,height=5,width=10).place(x=30, y=80)
txt = Entry(root,height=5,width=10).place(x=30, y=80)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: unknown option "-height"