Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Python solution in Uncategorized category for The Best Number Ever by Sim0000
def checkio():
return 80121116104111110
# P 80
# y 121
# t 116
# h 104
# o 111
# n 110
#
# The number 80121116104111110 is made by concatinate ascii code in decimal of 'Python' :-)
# int(''.join(map(str, map(ord, 'Python')))) == 80121116104111110
April 22, 2015
Comments: