Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Created August 28, 2024 04:12
Show Gist options
  • Save rugbyprof/f70902ac434e4380a461d6d05dbaefdf to your computer and use it in GitHub Desktop.
Save rugbyprof/f70902ac434e4380a461d6d05dbaefdf to your computer and use it in GitHub Desktop.
for i in range(100,1,-1):
print(f"{i} bottles of beer on the wall, {i} bottles of beer.")
print(f"Take one down, pass it around, {i-1} bottles of beer on the wall.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment