I have a text file that I want to extract different words from, using a position index given by the user.
for example, the text is: i believe i can fly i believe i can touch the sky i think about it every night and day spread my wings and fly away
I want a function to return a word, so if the user entered 7
iwll return believe
.
sorry for formatting i'm new here. Thank you