Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Number of heads of 5-headed dragon! solution in Clear category for The Best Number Ever by Sebastian.M
def checkio():
'''
What an obvious choice! This is special Fibonacci number (F(n) = n), it's square used in
relation to the golden ratio, it's prime number, it's number of fingers (toes resp.) I
have on each of my limbs, and it's of course number of heads of 5-headed dragon! 5 ftw!
'''
return 5
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Oct. 24, 2016
Comments: