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