Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Sheldon hates you for this mistake! solution in Creative category for The Best Number Ever by dirtydiana87
def checkio():
#Here is the real quote:
#Leonard : We get it! 73 is the Chuck Norris of numbers!
#Shelly : Chuck Norris wishes!
# In binary, 73 is a palindrome, 1001001,
# which backwards is 1001001, exactly the same.
# All Chuck Norris gets you backwards is Sirron Kcuhc!
return 73 # if you are Sheldon
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
June 9, 2017