Chapter 8 exercise set 1ΒΆ
Modify
__cmp__so that Aces are ranked higher than Kings.Add a method,
print_hands, to theOldMaidGameclass which traversesself.handsand prints each hand.
Modify __cmp__ so that Aces are ranked higher than Kings.
Add a method, print_hands, to the OldMaidGame class which traverses
self.hands and prints each hand.