Chapter 8 exercise set 1ΒΆ
Modify
__cmp__
so that Aces are ranked higher than Kings.Add a method,
print_hands
, to theOldMaidGame
class which traversesself.hands
and 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.