diff --git a/main.py b/main.py index fb0249e..9dcc7b4 100644 --- a/main.py +++ b/main.py @@ -5,6 +5,8 @@ def main(): ''' Starts Game ''' + + playing = True print("Welcome to JLAT's Python Black Jack") while playing: time.sleep(2) diff --git a/utils.py b/utils.py index bfd3dde..49ebff3 100644 --- a/utils.py +++ b/utils.py @@ -7,7 +7,6 @@ in alphabetical order (except end_game() which is at the end.) ''' - def blackjack(name: Hand): ''' Lets user know who has Black Jack