Skip to content

Commit a2d5ffa

Browse files
authored
Edited game introduction
For a better **Presentation**
1 parent bc30807 commit a2d5ffa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212

1313

1414
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)")
15+
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)
1618
print("(The man looks at you)")
19+
sleep(dealtime/3)
1720
print("Hi! Welcome to Blackjack!\n\n")
1821

1922
leave = False

0 commit comments

Comments
 (0)