if pos[2] >= pos1[0] and pos[0] <= pos1[2]:
if pos[3] >= pos1[1] and pos[3] <= pos1[3]:
print('коснулся')
b = Button(text='lol')
b.grid(row=0, column=0, sticky='w') #кнопка справа. row и column задают рассполажение ячейки а sticky рассположение в ячейке