I'm new to python and am wondering is there a way to take 1 one word from an external file of 10 words and store it individually.
I'm making a words memory game where the user is shown a list of words and then it is removed after a certain amount of time and the words will appear again but one word will be different and they have to guess which word has been replaced.
The word will be randomly chosen from an external file but the external file consists of 10 words, 9 in which will be displayed first and 1 in which is stored as a substitute word.
Does anyone have any ideas?