From 368d4aa75ab20b885f3e71c898c8382686ee5726 Mon Sep 17 00:00:00 2001 From: Catherine1000 <61311251+Catherine1000@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:30:35 +0000 Subject: [PATCH] Update Blackjack.py --- Blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blackjack.py b/Blackjack.py index 49b23ca..d2246da 100644 --- a/Blackjack.py +++ b/Blackjack.py @@ -1,6 +1,6 @@ import os import random - +#deck deck = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]*4 def deal(deck): #function for dealing 2 cards to player and dealer at start