📜  python align label left - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:27.588000             🧑  作者: Mango
代码示例1
#w = left; e = right; n = top; s = bottom
Label(root, text='Pack', anchor='w').pack(fill='both')