Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
69 solution in Creative category for The Best Number Ever by spanishboy
def checkio():
number = 69
return number
"""
The best number is 69, do you know why?
Just because when you rotate this number 180 degrees, you get the same number, you PERVERTS!
"""
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Nov. 18, 2015