Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
:P solution in Uncategorized category for Solution for Anything by nakanohito_piyo
def checkio(anything):
return AlwaysTrue()
class AlwaysTrue:
def __str__(self):
return " :P "
def __eq__(self,anything):
return True
def __ne__(self,anything):
return True
def __lt__(self,anything):
return True
def __le__(self,anything):
return True
def __gt__(self,anything):
return True
def __ge__(self,anything):
return True
July 2, 2015
Comments: