I am trying to make a short program which will take user input, append the input to a list and then randomly determine the order of the elements in the list.
this is