QuestionQ25
Data StructuresReview the following code written in Python. What are the contents of variable a?

- A 'cat', 'dog', 'bird', 'violet'
- B 'dandelion', 'rose', 'cat', 'violet', 'bird', 'dog'
- C 'violet', 'rose', 'dandelion'
- D 'cat', 'dog', 'bird'
Community Discussion