📜  制作 tkinter 标签和输入 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:45.751000             🧑  作者: Mango

代码示例1
there was 2 "=" here V you only need one
example3 = Entry(root, width=10, font="Calibri 10")
example4 = Label(root, width=10, font="Calibri 10")