Chapter 8 exercise set 1ΒΆ

  1. Modify __cmp__ so that Aces are ranked higher than Kings.

  2. Add a method, print_hands, to the OldMaidGame class which traverses self.hands and prints each hand.