Skip to content

Instantly share code, notes, and snippets.

@jxnl
Created February 1, 2015 07:02
Show Gist options
  • Save jxnl/b5703547ea72cbe297ff to your computer and use it in GitHub Desktop.
Save jxnl/b5703547ea72cbe297ff to your computer and use it in GitHub Desktop.
for i in range(1,101):print"Fizz"*(not i%3)+"Buzz"*(not i%5) or i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment