The program should deal cards to each player until one player’s hand is worth more than 21 points. Aces are valued at 1 or 11, depending on the player’s choice.Jacks, queens, and kings are valued at 10.For example, the value of the 2 of spades is 2, and the value of the 5 of diamonds is 5. Numeric cards are assigned the value they have printed on them.Enhance the program so it simulates a simplified version of the game ofīlackjack between two virtual players. Previously in this chapter you saw the card_dealer.py program that simulates cards beingĭealt from a deck. Classes And Object Oriented Programming + Introduction To Computers And Programming +