I have a 100 element list with strings in it i want to fetch 49 element from the list without using indexing how can I do that .
I want the answer in a form of code which will fetch the 49 element without using indexing that is the only requirement of that program