单项选择题

A.list[2].change(’python’)
B.list[1].change(’python’)
C.list[2] =’python’
D.list[1] =’python’