Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
My number is the best because is the ACE solution in Creative category for The Best Number Ever by H0r4c3
def checkio():
'The best number is 2766 because is the ACE'
hex = '0x' + 'ace'
result = int(hex, 16)
print(result)
return result
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
June 25, 2022