Skip to content

Instantly share code, notes, and snippets.

@VoQn
Forked from aerith/gist:573142
Created September 10, 2010 05:34
Show Gist options
  • Save VoQn/573155 to your computer and use it in GitHub Desktop.
Save VoQn/573155 to your computer and use it in GitHub Desktop.
for i in range(1,101):print(i%3<1)*'Fizz'+(i%5<1)*'Buzz'or i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment