下列选项中可以在 list=[1,2,5,6]增加内容的是( )
list.append('Google')
list.append(0,'Google')
del list[1]
list.insert('Google')