Problem
Design and test a Lisp function select training set with repeats that takes as argument an integer k and returns a list of k instances from *examples* that are randomly selected with replacement. Thus the list returned by select training set with repeats will often contain more than one occurrence of an instance.