Write a script that will print 10 random number cards from a deck.
B. The outer loop will iterate through a list consisting of cards for each suit: clubs, diamonds, hearts, spades. The inner loop will iterate through a list for each type of card within the suit: ace, 1 through 10, jack, queen, and king. A card of each suit will be assigned to an array.