I am making a hangman game in Python, and I understand how to randomly select an item from a list, but I was wondering if there was a way to randomly select the list in general.
For example, I have two lists, list1 and list2 Is there a way to randomly select between list1 and list2, and then randomly select a word from the randomly selected list.
I hope that makes sense
random.choice()that list