Instructions: Insert a string that represents elements of a set that has a constant number of characters per element. Insert the character length of each element of the set. Press 'spacebar' to randomize the list. Notes: A flaw with this project is that sets that consist of two elements cannot be randomized because it removes an element and places the removed element in a "random" location in the list. However, if there is only one element (remaining after one is removed), there is only one location on the list that elements can be inserted to.