Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Creative category for The Best Number Ever by Molot
def checkio():
"""
Modern technologies owe the number zero much more than any other, because it
allowed to move from non-positional to positional number system and further
to coordinate systems... and along with the number ONE, it is a function of
digital technologies!
"""
return 0
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
June 14, 2018
Comments: