Yahtzee: histogram, is_full_house

Log in om je oplossingen te testen.
def histogram(stenen): # TODO def is_full_house(stenen): # TODO # Zet onderstaande regel uit commentaar om de functies lokaal te testen # print(histogram([3, 2, 4, 2, 5])) # print(is_full_house([1, 2, 3, 4, 1]) )

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt