Ideation & Prototyping Week 2

“Giant Panda.” Wikipedia, Wikimedia Foundation, 5 Sept. 2020, en.wikipedia.org/wiki/Giant_panda.
“Giant Panda.” WWF, World Wildlife Fund, www.worldwildlife.org/species/giant-panda. I really like pandas since I think they best represent my spirit animal, big, capable of wild things, but would rather sit around and peacefully eat bamboo. I also really liked the kung-fu panda movie and how cute and fluffy they look.








home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';