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