单项选择题

A.print(s5.index)
B.print(s5[[i for i in s5.index if i !=’c’]])
C.print(s5[[i for i in s5.index if i ==’c’]])
D.print(s5)