Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
checkio = Solution solution in Speedy category for Solution for Anything by fed.kz
class Solution:
def __gt__(self, other):
return True
__lt__ = __ge__ = __le__ = __eq__ = __ne__ = __gt__
checkio = lambda _: Solution()
Sept. 26, 2018
Comments: