Sweet! If we assign values to a dictionary like that, we don't need to initialize it. In this example, 1 is the key to "a" and 2 points to "b".
1
"a"
2
"b"
Careful, though: myDict requires integer keys and string values.
myDict