input = [['2021', 'what year', 'comparative'],
['2021', 'home', 'they'],
['2021', 'brought her', 'dead']]
#output should be like this :[comparative, home , they],[they,brought her, dead]
#if input n and output should be n-1
input = [['2021', 'what year', 'comparative'],
['2021', 'home', 'they'],
['2021', 'brought her', 'dead']]
#output should be like this :[comparative, home , they],[they,brought her, dead]
#if input n and output should be n-1