Skip to content

Commit

Permalink
had to add playing = true, removed by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
jlat07 committed Apr 26, 2020
1 parent 34be023 commit ec86ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ def main():
'''
Starts Game
'''

playing = True
print("Welcome to JLAT's Python Black Jack")
while playing:
time.sleep(2)
Expand Down
1 change: 0 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec86ecb

Please sign in to comment.