Example #1
0
def player_win(bank, bet):
    print("PLAYER WINS!")
    return bank + Blackjack.payWin(bet)