1['foo', 'bar', 'foobar'] 2['foo', 'bar', 'foobar', 'FooBar'] 3[1, 2, 3] 4[1, 2, 3] 5[{'value': 1}, {'value': 2}, {'value': 3}]
View as plain text