In tkinter, how do I remove labels from one function when I run a search and the results are displayed as new labels?

后端 未结 0 1980
失恋的感觉
失恋的感觉 2021-02-20 10:46

I have a function that displays data from a table when my window first pops up:

def query():
    conn = sqlite3.connect(\'movie_catalog.db\')
    # Create cursor
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题