I have a list like this:
['MAR', 'TFFVGGNFK', 'LNGSK', 'QSIK', 'EIVER', 'LNTASIPENVEVVICPPATYLDYSVSLVK']
That used to be a string. I need to know the position of the first and last element of each string on the list to do something like:
0-2 MAR
3-11 TFFVGGNFK
...
How can i do it?