Deborshi

Results 2 comments of Deborshi

produces everything pass after executing the code you provided ![Image](https://github.com/user-attachments/assets/11739dbd-cb35-43b5-b2ab-9439dc68bcf9)

@MusicalNinjaDad I hope it works def __eq__(self, value: object) -> bool: """Dice are equal if they give the same probabilities.""" try: return self.probabilities == value.probabilities # pytype: disable=attribute-error except AttributeError:...