We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500215c commit 444e49aCopy full SHA for 444e49a
4-loops/20_99_bottles.py
@@ -4,5 +4,5 @@
4
for i in range(99, 0, -1):
5
print(f'{i} bottles of beer on the wall')
6
print(f'{i} bottles of beer')
7
- print('take one down pass it around')
+ print('Take one down, pass it around')
8
print(f'{i-1} bottles of beer on the wall')
0 commit comments