Skip to content

Commit a97b11e

Browse files
authored
Update README.md
1 parent 684cb2c commit a97b11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Blackjack, or 21, is a casino card game where players aim to beat the dealer by
1717

1818
# Method 1
1919
This Python script simulates dealing cards from a 52-card deck. It uses the random module to shuffle the deck, which is a list of cards created from the suits ("Spades," "Clubs," "Hearts," "Diamonds") and ranks ("A," "2"-"10," "J," "Q," "K"). The deal function distributes a specified number of cards. The script shuffles the deck, deals four cards, and determines each card's value, printing the results.
20-
20+
https://github.com/EpicNesh26/Python-Blackjack-game/blob/684cb2c5a1367c58e9ac191fd4ee27cb96fe5611/Method1.py#L7-L18
2121

2222

2323
# Method 2

0 commit comments

Comments
 (0)