Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05b450c

Browse files
Update solution.hide.py
1 parent 42d6988 commit 05b450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎exercises/06.1-Everything_is_awesome/solution.hide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def my_function(numbers):
44
new_list = []
55
for i in numbers:
6-
# The magic happens here
6+
# The magic happens here
77
if (i == 0):
88
new_list.append("Yahoo")
99
elif(i == 1):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /