Poker game evaluation program written in Python 3.7.
This program takes a string of cards in the form:
4h 9s tc jd qs kc ah
in either uppercase or lowercase, with the cards for each hand separated by a newline character. The strings are stored in the program source code at the bottom of the game.py file.
The code handles straights with an ace.