View all questions & answers for the GPYC exam
Review the following code, written in Python. What are the contents of variable a?
'cat'/dog'/bird'/violet'
'dandelion', 'rose', 'cat', 'violet', 'bird', 'dog'
'violet'/rose'/dandelion'
'cat'/dog'/bird'
Submit