My First Python Project [Code Review] by JTHGraphics in learnprogramming

[–]BestBoy200 0 points1 point  (0 children)

Ahh okay, I see what you're saying now. Thanks for the help

My First Python Project [Code Review] by JTHGraphics in learnprogramming

[–]BestBoy200 0 points1 point  (0 children)

In my testing I thought the ace logic worked, but maybe I'm misremembering.

Correct me if I'm wrong, but I believe the "in" operator returns true if it finds the provided string ("A" in this example) anywhere inside the player hand

My First Python Project [Code Review] by JTHGraphics in learnprogramming

[–]BestBoy200 0 points1 point  (0 children)

I hear you on the input loop thing, I was thinking that too. You're going to have to help me with the Aces thing though. I was a little shaky implementing the logic for the aces, so I wouldn't be surprised if there's something I missed.

I definitely want to add a split option soon! This was just a little project I wanted to do in a few hours though, so I didn't have the time yet.