Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Police solution in Clear category for The Best Number Ever by kamilinho20
def checkio():
#when you subtract 10 from this number you'll get fibonacci number
#when you multiple this number 10 you'll get result over nine thousand! so you'll shock Vegeta and Nappa
return 997 #number to police
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Dec. 21, 2016