Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for The Best Number Ever by _ukasz_Mas_owski
def checkio():
return 73 # if you are Sheldon
# I can only say one thing: Bazinga!
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Jan. 23, 2017