Advertisements
Advertisements
प्रश्न
Consider the following dictionaries, D and D1:
D={"Suman":40, "Raj":55, "Raman":60}
D1={"Aditi":30, "Amit":90, "Raj":20}
(Answer using built-in Python functions only)
Write a statement to display/return the value corresponding to the key "Raj" in the dictionary D.
कोड लेखन
Advertisements
उत्तर
D.get(“Raj”)shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2024-2025 (March) Set 4
