Question 23
Consider the following pseudocode is executed using the "Words" dataset.
Which of the following statements is/are true?
A represent the number of sentences in the "Words" dataset that do not end with a noun
A represent the number of words in the "Words" dataset that are nouns
outList represents list of lists of first and last word of each sentence in that order.
outList represents list of lists of last and first word of each sentence in that order.