Python is amazing… the very same test program that I made for your previous article passes this test too, since random.shuffle() is well written.
Only three lines of code:
import random
deck = [1,2,3,4]
random.shuffle(deck)
You should write something about well designed programming languages, I think python is one the bests ones out there.