Create a program that uses the deck and card classes provided.Name your file assn16-task2.py. You will implement the Blackjackgame. The goal is to have a higher score than the dealer withoutgoing over 21 points. This version does not have all features ofregular blackjack. Please read the requirements. It must have onlythe following features:
- Prompt the user for the number of players. This does notinclude the dealer. You may have 1 – 5 players
- Each player starts with $100 in their account
- A player can continue until they are out of money
- Each round
- Prompt each player one at a time for their bet amount.
- Display the
OROR
- Display the
- Prompt each player one at a time for their bet amount.