diff --git a/code/Card.py b/code/Card.py index 86e43b2b..d6d89da9 100644 --- a/code/Card.py +++ b/code/Card.py @@ -122,8 +122,8 @@ def find_defining_class(obj, method_name): deck.shuffle() hand = Hand() - print find_defining_class(hand, 'shuffle') + print (find_defining_class(hand, 'shuffle')) deck.move_cards(hand, 5) hand.sort() - print hand + print (hand)