Which of the following is incorrect statement?
(i) In Python, string are immutable.
(ii) Python allow to modify the already defined string. (iii) Python will not allow deleting a particular character in string.
(iv) In Python, the index value is only a positive integer.
i and iii
ii and iv
i, ii and iv
ii and iii