Which of these is a properly formatted list?
['this' 'is' 'a' 'list']
('this', 'is', 'a', 'list')
['this', 'is', 'a', 'list']
{'this': 'is', 'a': 'list'}