Using Python:
Section 1: Create the program
Create a program that allows the user to play Blackjack againsta computer dealer.
Specifications :
If necessary, learn the rules of Blackjack byresearching it on the web. For this program:
The dealer must continue taking cards until the dealerhas at least 17 points.
Don’t allow a player to “split” a hand or “doubledown.”
The program should accept integer or float entries forthe bet amount.
Getting a blackjack pays out 3:2,
OR
OR