(单选题, )执行以下操作后,list_two的值是:List_one=[4,5,6]List_two=list_oneList_one[2]=3
A.[4,5,6]
B.[4,3,6]
C.[4,5,3]
D.都不对
正确答案是C