+ 2
Code Coach challenge in python, "PokerHand" question
My Code "PokerHand.py" Passes all but test case 7. how do i find out what is test case 7's input data to my code??? I have been going over and over my code for weeks now. fixed spelling and going over the logic with a fine toothed comb to noavail. Help!!! i cant get test case 7. I will post my code if asked by a Mod to do it.
4 odpowiedzi
+ 12
Rick Shiffman did you tried with printing "High Card" in for 7th case condition as some user are condused with that test case which result in error in 7th test case.
Try it out and let me know if this doesn't fix the issue.
https://www.sololearn.com/Discuss/2126708/?ref=app
+ 12
Rick Shiffman no problem. It's just an word confusion else remaining work is already done by you. I've faced the similar thing but due to know the game it easy my work in that code..
+ 2
Thanks for the help printing "High Card" instead of the cards value worked. It would be of help if I had ever play poker before!
+ 2
GAWEN STEASY, thanks again.