Skip to content

Commit 12c064b

Browse files
committed
added visual cues
1 parent 5bc271f commit 12c064b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Your code here!
1+
# ✅↓ Write your code here. ↓✅

exercises/19-Bottles-Of-Milk/solution.hide.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ✅↓ Write your code here. ↓✅
12
def number_of_bottles():
23
for x in range(99,2,-1):
34
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.")

0 commit comments

Comments
 (0)