Which is a correct feature of a list in Python?
Python में list की सही विशेषता क्या है?
Show answer and explanation
Correct Answer
A. यह mutable होती है / It is mutable
ExplanationStep 1: Identify the concept: this is a Python list property. Step 2: A list is mutable, so its elements can be added, removed or changed. Step 3: Remember list as a changeable collection.
Step 1: concept पहचानें: यह Python list property है। Step 2: List mutable होती है यानी उसके elements को add, remove या change किया जा सकता है। Step 3: List को changeable collection याद रखें।