We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f500cca + c5ef4ff commit 9d3caf9Copy full SHA for 9d3caf9
Blackjack Game.py
@@ -21,7 +21,7 @@ def __init__(self, suit, rank):
21
else:
22
self.suit = None
23
self.rank = None
24
- print "Invalid card: ", suit, rank
+ print("Invalid card: ", suit, rank)
25
26
def __str__(self):
27
return self.suit + self.rank
0 commit comments