I wrote a code to randomly select a key from a dictionary. However, the same key can be selected multiple times randomly and I do not want that. Once a key is selected, I do not want it to be selected until the next round of the game. How do I do this?