i am trying to have something like:
category = ("word1","word2","word3")
("definition1","definition2","definition3");
category1 = ("word1","word2","word3")
("definition1","definition2","definition3");
the basic goal is to select and output (lets just say 3) random words from any random category and be able to call on their relevant data as i develop it more (the category name and the definition of the word that was chosen randomly).
i also don't want duplicates, and i appreciate all suggestions! :) thanks a lot!