Skip to content

Commit 1169f9e

Browse files
authored
Update solution.hide.py
1 parent 2a3253f commit 1169f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ✅↓ Write your code here. ↓✅
1+
# ✅↓ Write your code here ↓✅
22
def number_of_bottles():
33
for x in range(99,2,-1):
44
print(str(x) + " bottles of milk on the wall, " + str(x) + " bottles of milk. Take one down and pass it around, " + str(x-1)+ " bottles of milk on the wall.")
@@ -7,4 +7,4 @@ def number_of_bottles():
77
print("No more bottles of milk on the wall, no more bottles of milk. Go to the store and buy some more, 99 bottles of milk on the wall.")
88
return None
99

10-
number_of_bottles()
10+
number_of_bottles()

0 commit comments

Comments
 (0)