AttributeError: 'NoneType' object has no attribute 'grid'

前端 未结 0 518
小鲜肉
小鲜肉 2020-12-03 15:44

from tkinter import *

window = Tk() window.title("GUI")

l1 = Label(window, text = "Hello!" ,font = ("Arial Bold",20)).pack()

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