Last active
August 10, 2016 14:22
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for x in range(1,101):print(x%3==0)*"Fizz"+(x%5==0)*"Buzz"or x |
God dammit dooms, that joke is older than COBOL.
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
import fizzbuzz;fizzbuzz()