label python align tersisa
#w = left; e = right; n = top; s = bottom
Label(root, text='Pack', anchor='w').pack(fill='both')
Giamblers
#w = left; e = right; n = top; s = bottom
Label(root, text='Pack', anchor='w').pack(fill='both')