Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Solution for anything solution in Clear category for Solution for Anything by Riddick
class checkio:
def __init__(self,anything):
self.anything = anything
def __ne__(self, other):
return True
def __lt__(self,other):
return True
def __gt__(self,other):
return True
def __eq__(self,other):
return True
def __le__(self,other):
return True
def __ge__(self,other):
return True
May 26, 2015