Implementation of basic blackjack in Python. Players can split two cards of the same rank but not value.
TODO:
Print things prettier and have player status always visible.
Create main function that allows choice of number of decks, number of players, and splitting rank vs. value.
Implement insurance for dealer Ace.