Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Solution for Anything by Moff
class Dummy(object):
def compare_anything(self, other):
return True
__ne__ = compare_anything
__eq__ = compare_anything
__lt__ = compare_anything
__le__ = compare_anything
__gt__ = compare_anything
__ge__ = compare_anything
def checkio(anything):
return Dummy()
July 18, 2015