Store previously picked words in a list

Hello, I am wondering if there is a way to get the last 5 words picked from a list and store them to be compared to text in a textbox. I am making a game and one of the components is that you have to list the last 5 pictures you saw, but I don't know how to save the last 5 word choices that were randomly picked from my parallel lists. Thank you for any help.

You can save index of selected item in another list of size 5, with this arrangement you can access item from the original list by referring from the newly created list of size 5, since each item is a index of another list having original item or image in your case.

1 Like

blocks

1 Like