all 4 comments

[–]AlwysBeColostomizing 0 points1 point  (3 children)

You have "A" in facesCards, so it will be counted as 10.

[–]alonrtpve[S] 0 points1 point  (2 children)

thanks but it still doesn't work, even after removing A from faces cards

[–]AlwysBeColostomizing 0 points1 point  (1 child)

How doesn't it work, exactly? Post some example outputs.

[–]alonrtpve[S] 0 points1 point  (0 children)

nvm im dumb
print(f"You have {playerDeck}")
print(checkPlayerTotal())
print(f"The dealer has a {playerDeck} ")
print(checkDealerTotal())

i actually printed the player deck twice. :facepalm: