In what form does a Python dictionary store data?
Python dictionary data को किस form में store करती है?
Show answer and explanation
Correct Answer
A. key value pairs
ExplanationStep 1: Identify the concept: this is Python dictionary. Step 2: A dictionary stores data in key and value pairs. Step 3: Remember dictionary as a structure that finds value using a key.
Step 1: concept पहचानें: यह Python dictionary है। Step 2: Dictionary में data key और value के pair के रूप में store होता है। Step 3: Dictionary को key से value खोजने वाला structure याद रखें।