Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Meh solution in Clear category for Solution for Anything by StefanPochmann
def checkio(anything):
class C:
__lt__ = __gt__ = __ge__ = __le__ = __eq__ = __ne__ = lambda *a: True
return C()
April 22, 2015