Skip to content

Instantly share code, notes, and snippets.

@amontalenti
Last active December 15, 2015 15:49
Show Gist options
  • Save amontalenti/5284479 to your computer and use it in GitHub Desktop.
Save amontalenti/5284479 to your computer and use it in GitHub Desktop.
April Fools joke in 2013 :)
def calculate_hotclicks(item):
return item.clicks \
or \
((lambda n:\
reduce(\
lambda x,y:(x[0]+x[1],x[0]),[(1,1)]*(n-2))[0])\
(3)-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment