Answer:
C.
Step-by-step explanation:
Lists can hold values of any type i.e. integers, characters, strings, etc, whereas strings are only sequences of characters.
The values in the list are called elements.
A list that contains no elements is called an empty list.
The list function is used to break a string into individual letters. The split method can be used to break a string into words.