✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
grades = {"Alice": 85, "Bob": 92, "Charlie": 78}
grades["Diana"] = 88
print(len(grades))
What is the output when this code is executed?