User Portlet User Portlet

Discussions
Hi everyone, I'm having a problem where i'm trying to make a function that returns if a poker hand contains exactly one pair. The first code works for a hand of four, but gives an incorrent return for a hand of 5. pairQ[{x_, x_, y_, y_}...