Write a program to play Card Guessing Game. You program must give the user the following choices:
a. Guess only the face value of the card.
b. Guess only the suit of the card.
c. Guess both the face value and suit of the card.
Before the start of the game, create a deck of cards. Before each guess, use the function random_shuffle to randomly shuffle the deck.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.