Q. Which among the following are mutable objects in Python?
(i) List
(ii) Integer
(iii) String
(iv) Tuple
(i) List
(ii) Integer
(iii) String
(iv) Tuple
β
Correct Answer: (A)
i only