Can anyone tell me how to write a program that displays all of the cards from a deck of playing cards? i set up two tuples, one with the
ranks and the other with the suits. I cant figure out how to make the Ace of spades - King of spades......combining parts of my tuples together.
[rank = (("A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K")) suit = (("c", "h", "s", "d")) card = ()]
Thanks