+ 4
Poker hand (Python)[Solved]
https://code.sololearn.com/c9I74W5x5xSy/?ref=app Could anyone tell me why I can’t pass test case 3 and 8?
7 odpowiedzi
+ 2
hi, the required answer is not “in a kind” but “of a kind”?
your code seems fine, your output text is different from required
+ 3
bell Haha, that’s a silly mistake^_^
+ 3
bell Thank you. Now all test cases passed!
+ 2
yeah, but the kind that happens in real life too!
according to my mentor, an expert is someone who has made all possible mistakes (just) once!
congrats for finishing all code coach challenges
+ 1
Only this challenge left! Could anyone help me out?
0
Hi guys, I think, in hand poker game, every THREE OF A KIND MUST BE ONE PAIR (ONE PAIR IS A SUBSET OF THREE OF A KIND). ALSO EVERY FOUR OF A KIND MUST BE ONE PAIR (ONE PAIR IS A SUBSET OF FOUR OF A KIND).
- 1
no tests for low stright: A-2-3-4-5