Skip to content

Instantly share code, notes, and snippets.

@renamedquery
Created November 10, 2019 21:28
Show Gist options
  • Save renamedquery/0324b44d25c38993015ee3654fc2d1b1 to your computer and use it in GitHub Desktop.
Save renamedquery/0324b44d25c38993015ee3654fc2d1b1 to your computer and use it in GitHub Desktop.
for digit in range(100): print(str('fizz' * (digit % 3 == 0)) + str('buzz' * (digit % 5 == 0))) #rip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment