Intro to Computer Programming Python Write a game of Blackjack that functions as follows Start by dealing two cards at random to the player. Store these cards and the associated values in separate lists. You should remove the two cards from the deck onc
Intro to Computer Programming: Python Write a game of Blackjack that functions as follows: Start by dealing two cards at random to the player. Store these cards and the associated values in separate lists. You should remove the two cards from the deck once they have been dealt to the player so they cannot be …