Using tkinter we can use either widget.grid(row,col) or widget.pack() to place a widget.
widget.grid(row,col)
widget.pack()
Since row,col corresponds to the row/c
row,col