This is a blackjack game for only one player against the dealer.
No double or split is allowed. The winning percentage will be provided after each game.
The deck is shuffled every 6 rounds.
Run python BlackJack.py in the command line.
Type 'Y' to play the game.
Type 'Hit' to hit, and 'Stand' to stand.
After each game, the player will be asked 'Continue?'. Type 'N' to quit the game.