Uncategorized

Poker simulations

Write the function is_three_of_kind to tell if a given input hand is three of a kind.
Write the function is_straight to tell if a given input hand is a straight.Write the function is_full_house to tell if a given input hand is a a full house.
Write the function is_four_of_kind to tell if a given input hand is four of a kind.