This dictionary literal contains two String: String pairs. This matches the type of the airports
variable declaration (a dictionary with only String keys, and only String values) and so the
assignment of the dictionary literal is permitted as a way to initialize the airports dictionary
with two initial items.