Created
August 28, 2024 04:12
-
-
Save rugbyprof/f70902ac434e4380a461d6d05dbaefdf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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