Initial shuffle and card draw: use logging.info instead of print
In the initial shuffle and card drawing loop, the print statement should be replaced with logging.info to match Player.draw.
In the initial shuffle and card drawing loop, the print statement should be replaced with logging.info to match Player.draw.