I'm attempting to make a Japanese study program in python. It will display a word randomly from a list, but only once, until all the words are used. After each word, is displayed the user will input the translation. If it's wrong, it will say so and add one to an accumulator that displays after all the words are used. Same goes if it's right.
I'd appreciate help concerning how to randomize the words and making sure that they are only displayed once.