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 Sim0000
def checkio(anything):
class T:
__lt__=__gt__=__le__=__ge__=__eq__=__ne__ = lambda a, b: True
return T()
April 22, 2015
Comments: