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