Skip to content

Instantly share code, notes, and snippets.

@monipip3
Created January 3, 2018 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monipip3/89fa5f99fadd7a3e1884323567256052 to your computer and use it in GitHub Desktop.
Save monipip3/89fa5f99fadd7a3e1884323567256052 to your computer and use it in GitHub Desktop.
for bottles in range (1,100):
print "{0} bottles of beer on the wall, {0} bottles of beer... \n If one of those bottles should happen to fall, {1} bottles of beer on the wall".format(100 - bottles, 99 - bottles)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment