English

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 - Computer Science (Python)

Advertisements
Advertisements

Question

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.

Code Writing
Advertisements

Solution

D.get(“Raj”)
shaalaa.com
  Is there an error in this question or solution?

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×