Skip to content

Instantly share code, notes, and snippets.

@correcthorsebatterystaple-sudo
Last active August 10, 2016 14:22
Show Gist options
  • Select an option

  • Save correcthorsebatterystaple-sudo/db5ec4590dd0d962212d to your computer and use it in GitHub Desktop.

Select an option

Save correcthorsebatterystaple-sudo/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
Copy link
Copy Markdown

ghost commented May 19, 2015

import fizzbuzz;fizzbuzz()

@correcthorsebatterystaple-sudo
Copy link
Copy Markdown
Author

God dammit dooms, that joke is older than COBOL.

@correcthorsebatterystaple-sudo
Copy link
Copy Markdown
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