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