Which is a correct feature of a tuple in Python?
Python में tuple की सही विशेषता क्या है?
Show answer and explanation
Correct Answer
A. यह immutable होती है / It is immutable
ExplanationStep 1: Identify the concept: this is a Python tuple property. Step 2: A tuple is immutable, so its elements are not easily changed after creation. Step 3: Remember tuple as a fixed collection.
Step 1: concept पहचानें: यह Python tuple property है। Step 2: Tuple immutable होती है यानी बनने के बाद उसके elements को आसानी से change नहीं किया जाता। Step 3: Tuple को fixed collection याद रखें।