Creative Coding Week 10
								What sort of finally came together was when I tried using the RGB LED with the touch sensor, the touch sensor didn't work but when I
								accidentally had some of the resistors touch it turned red... 
								 
								 
								
						
							
								home
                    while (!deck.isInOrder()) {
                    print 'Iteration ' + i;
                    deck.shuffle();
                     i++;
                    }
                    print 'It took ' + i + ' iterations to sort the deck.';