Updating to the latest db and blackjack.
Showing
2 changed files
with
1 additions
and
0 deletions
No preview for this file type
-
Please register or sign in to post a comment
... | ... | @@ -157,6 +157,7 @@ class Blackjack: |
def deserialize(self, state): | ||
self = pickle.loads(state) | ||
# bet = 10 | ||
# bj = Blackjack(bet) | ||
# print(bj.print_hand()) | ||
... | ... |