diff --git a/yahtzee.py b/yahtzee.py index 585ccf3..590c8ab 100644 --- a/yahtzee.py +++ b/yahtzee.py @@ -121,3 +121,6 @@ class Yahtzee: if die.face in choice_ints: choice_ints.remove(die.face) return len(choice_ints) == 0 + + +"' I do not know the rules of this game to add more lol" \ No newline at end of file