Skip to content

Instantly share code, notes, and snippets.

@LandonPowell
Last active August 10, 2016 14:22
Show Gist options
  • Save LandonPowell/db5ec4590dd0d962212d to your computer and use it in GitHub Desktop.
Save LandonPowell/db5ec4590dd0d962212d to your computer and use it in GitHub Desktop.
I FUCKING DID IT, LADS. 62 CHARS. To convert from Python2 to Python3, just add parens. They harm my golph though, so Python2 it is.
for x in range(1,101):print(x%3==0)*"Fizz"+(x%5==0)*"Buzz"or x
@LandonPowell
Copy link
Author

God dammit dooms, that joke is older than COBOL.

@LandonPowell
Copy link
Author

GOLPHED IT DOWN BY LIKE, 20 CHARS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment