Swift automatically sets a variable's type when we assign a value (or a key-value pair) to the variable.

Now that we've assigned key-value pairs to myDict, the dictionary is prepared to take integer keys and string values. Let's hear it for type inference!