La etiqueta de alineación de Python se fue

#w = left; e = right; n = top; s = bottom

Label(root, text='Pack', anchor='w').pack(fill='both')
Giamblers