下列属于列表的是?( )
str="python"
list = ['1', '2', '3']
tup= ('1', '2', '3')
dict = {'a': 1, 'b': 2, 'b': '3'}