I know this is a too trivial question, but I am new to python, and I have just started using the tkinter
module. I have actually looked up about it everywhere, and I am unable to find the satisfactory answer. I found the following:
fill
option: it determines whether to use up more space or keep "one's own" dimensions.
expand
option: it deals with the expansion of parent widget.
The problem is that these two sound more or less the same. I even tried out a few examples by toggling between the 4 values of fill
and 2 values of expand
but received more or less the same output in 2 or 3 cases, because of which I have this query. Any help would be appreciated in this regards. Thanks in advance!