对于列表 ls = ["Good", "Apple"],以下操作正确的是?( )
ls.append(25)
ls.pop("Good")
ls.remove("Good")
ls.index("Good")