There is a text and also an integer in the input. You need to split the text into sentences. Use a number (the second line in the input) as an index for choosing a sentence from the list. Tokenize this sentence using the pattern "[A-z']+" and print it.
Tip: Do not forget to import the modules you need