Author: Darcy Knox COSC326 S1 2020 Etude 7 Poker Hands
Takes a hand of cards and sorts them by rank, then suit value (lowest to highest). See etude07.pdf for more details.
Written in Python 3.7.6
To input from a file, use the command: python3 Poker.py < filename.txt
To input from the command line, use the command: python3 Poker.py