There is a sentence and also a number in the input. You need to create a pattern that extracts only words from the sentence, that is, your resulting list should contain neither punctuation marks nor numbers. After that, use the index (the second line in the input) and print a token from the list of tokens.
Tip: Do not forget to import the module you need