Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Spooky numbers solution in Creative category for Ghosts Age by nooodl
fibs = []
a, b = 6 // 66, 6 // 6
for i in range(66):
a, b = b, a + b
fibs.append(a)
def checkio(opacity):
n = (666-66) // 6
n *= n
age = 6 // 66
while n != opacity:
age += 6 // 6
n += -age if age in fibs else 6 // 6
return age
Aug. 21, 2014
Comments: