[Community Puzzle] Blackjack solver

You may send me your code in private message and I’ll take a look.

Hi! Can i somehow get access to the after submit validation inputs? 03, 05 and 08 are failing on my code and i can’t figure out why

If you want, you may send me your code in private message and I’ll try to create some custom cases for your debugging.

Edit:
It turns out that the main issues are:
(1) not handling properly the situation where the bank or the player is dealt two cards of the same rank, and
(2) not handling properly the situation where the bank and the player have the same particular score.

No additional custom cases are required.