On 01/-10/-28163 02:59 PM, David Merrick wrote:
HI. I feel I'm starting to go round in circles solving this problem. I feel
I made significant progress.
Can someone help me iron out the bugs please
# Blackjack
# From 1 to 7 players compete against a dealer
import cards, games
class BJ_Card(car
"David Merrick" wrote
I feel I'm starting to go round in circles solving this problem.
I feel I made significant progress.
That sounds like a contradiction.
Did you make progress or are you going in circles?
Do you understand what self is?
File "I:/Python/Python Source Code/chapter09/black
HI. I feel I'm starting to go round in circles solving this problem. I feel
I made significant progress.
Can someone help me iron out the bugs please
# Blackjack
# From 1 to 7 players compete against a dealer
import cards, games
class BJ_Card(cards.Card):
""" A Blackjack Card. """
ACE_VA