Delete the label on the Tkinter window

前端 未结 0 1840
予麋鹿
予麋鹿 2020-12-23 23:11
    if i < 25:
       word = Label(project, text=(str(i + 1) + \'. \' + Threats[i]), font=\'Arial 10\')
       word.grid()
       word.place(relx=0.0, rely=0.22 +         


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