Question: Calculate the sum of the values of keys a and b.
a
b
d = {"a": 1, "b": 2, "c":3}
Expected output:
3
Hint:Access the values as you did in the previous exercises.