Skip to content

Commit 8726efa

Browse files
committed
Resubmitting blackjack advice
1 parent 95cb384 commit 8726efa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/kelin/labs/lab04_blackjack_advice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# At this point, assume aces are worth 1. Use the following rules to determine the advice:
77
"""Add user input 3 cards, 1 deck, and Give advice based on those cards"""
88

9-
109
deck_one = ['A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K']
1110
deck_two = ['A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K']
1211
deck_three = ['A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K','A','2','3','4','5','6','7','8','9','10','J','Q','K']

0 commit comments

Comments
 (0)