Skip to content

Commit 4dd9b2d

Browse files
committed
fix a horrible typo
1 parent 8421a4b commit 4dd9b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ These are answers for exercises in the chapters. In programming, there's always
207207
# actually, this else is useless because returning ends the
208208
# function anyway
209209
else:
210-
value
210+
return value
211211

212212
def my_any(a_list): # don't call this "list", see summary in the Lists chapter
213213
for item in a_list:

0 commit comments

Comments
 (0)