let's create a new dictionary called opposites. the keys in the dictionary will be strings each representing a single word, and the values will be strings representing the opposite of the word given by the key. the dictionary should be empty initially. how do we create an empty dictionary called opposites? enter the line of code you would use here: