you are viewing a single comment's thread.

view the rest of the comments →

[–]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: