Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
zero! solution in Clear category for The Best Number Ever by Piotr.Helminiak
def checkio():
return 0
# 0 is the best because you don't divide by 0. Idk why it's so cool, but it is. Isn't it?
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Nov. 5, 2016