Skip to content

Commit 61c7ab3

Browse files
authored
Update solution.hide.py
1 parent f732712 commit 61c7ab3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# ✅↓ Write your code here. ↓✅
1+
# ✅↓ Write your code here ↓✅
22
def sing():
33
song = ""
44
for i in range(11):
55
if i == 4:
6-
song += "whisper words of wisdom, "
6+
song += "there will be an answer, "
77
elif i == 10:
8-
song += "there will be an answer, let it be"
8+
song += "whisper words of wisdom, let it be"
99
else:
1010
song += "let it be, "
1111
return song
1212

13-
print(sing())
13+
print(sing())

0 commit comments

Comments
 (0)