Well done!
You have completed Accessing and Mutating Dictionary Quiz!
Quiz Question 1 of 5
Given the dictionary scores = {"Math": 90, "Physics": 85, "Chemistry": 95}
, what is the correct approach to get the total number of key-value pairs and check if a specific key "Biology"
exists in the dictionary, all in a single line of code?
Choose the correct answer below: