单项选择题

已定义一个列表strSZ=["语文","数学","英语"],现向列表末尾添加一个学科"科学",操作正确的是()

A.strSZ.read("科学")
B.strSZ.write("科学")
C.strSZ.append("科学")
D.strSZ.insert("科学")