Deborshi
Results
2
comments of
Deborshi
produces everything pass after executing the code you provided 
@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:...