Skip to content

Instantly share code, notes, and snippets.

@devinacker
Last active January 4, 2016 04:21
Show Gist options
  • Save devinacker/8465345 to your computer and use it in GitHub Desktop.
Save devinacker/8465345 to your computer and use it in GitHub Desktop.
map(lambda i:"DEHUMANIZE YOURSELF AND FACE TO FIZZBUZZ"[-8+4*(i%3>0):][4*(i%3*i%5>0):4+4*(i%5==0)].rjust(1,chr(48+i%10)).rjust(2,chr(48+i/10)), range(1, 100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment