We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc30807 commit a2d5ffaCopy full SHA for a2d5ffa
main.py
@@ -12,8 +12,11 @@
12
13
14
def game():
15
- print("(You walk up to the table confidently with 100 points in your pocket and take a seat at a blackjack table)")
+ print("(You walk up to the table confidently with " + str(score.get_player_score()) +
16
+ " points in your pocket and take a seat at a blackjack table)")
17
+ sleep(dealtime/3)
18
print("(The man looks at you)")
19
20
print("Hi! Welcome to Blackjack!\n\n")
21
22
leave = False
0 commit comments