Skip to content

Commit 444e49a

Browse files
authored
Update 20_99_bottles.py
1 parent 500215c commit 444e49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-loops/20_99_bottles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
for i in range(99, 0, -1):
55
print(f'{i} bottles of beer on the wall')
66
print(f'{i} bottles of beer')
7-
print('take one down pass it around')
7+
print('Take one down, pass it around')
88
print(f'{i-1} bottles of beer on the wall')

0 commit comments

Comments
 (0)