// dictionary with keys and values of different data types var numbers = [1: "One", 2: "Two", 3: "Three"] print(numbers)