1class ChallengeFive: 2 def __eq__(self, other): 3 return True 4 5Х = ChallengeFive()
.----------------------------------------------------------------------Ran 1 test in 0.000s
OK