Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created September 22, 2015 14:12
Show Gist options
  • Save RobSpectre/db9d9ee8664fc35ee4b8 to your computer and use it in GitHub Desktop.
Save RobSpectre/db9d9ee8664fc35ee4b8 to your computer and use it in GitHub Desktop.
for i in range(1, 17):
the_word = 'Bird'
if i % 4 == 0:
print "%s is the word." % the_word
else:
print "%s" % the_word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment