Skip to content

Commit e3245c0

Browse files
authored
Update README.md
1 parent a97b11e commit e3245c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://github.com/EpicNesh26/Python-Blackjack-game/blob/684cb2c5a1367c58e9ac191
2222

2323
# Method 2
2424
This Python script simulates a deck of cards and a dealing function. It uses the random module to shuffle the deck, consisting of suits ("Spades," "Clubs," "Hearts," "Diamonds") and ranks with corresponding values. The deck is built by combining suits and ranks, then shuffled. The deal function returns a specified number of cards from the top of the shuffled deck. The script demonstrates deck creation, shuffling, and card dealing, and prints the dealt card's suit and rank.
25-
25+
https://github.com/EpicNesh26/Python-Blackjack-game/blob/a97b11e177df968b8663d8e78bea44c3b622821e/Method2.py#L6-L25
2626

2727
# Final Code
2828

0 commit comments

Comments
 (0)