18
Question Both A and R are true and R is the correct explanation of A.
Explanation
Python lists allow modifying their elements using indexes. This is possible because Python lists are mutable, meaning their contents can be changed after creation.