вывод строк1 и строк2:
In [2]: lines1
Out[2]:
['This is a story.',
'This has multiple lines.',
'All lines will be split.',
'This is the last line.',
'']
In [3]: lines2
Out[3]:
['This is a new story.',
'This has multiple lines.',
'All lines will be split.',
'This is the not last line.',
'This is a story.',
'']
В обоих списках есть пустая строка, которая является результатом разделения на \ n с многострочным блоком. вот почему они оба имеют это как "сходство"