Answer:
View Image
Step-by-step explanation:
Import randint() so you can use it.
Create a nested list (pretty much a 2D array) to store the value of the suite and card.
Ask for user's name.
Generate the suite and card value using loops.
Create a function to convert the card value to J Q K if it's 11, 12, or 13.
Create a function to convert the card suite to it's respective symbol.
Create a function to check the highest value to print out its value.