Skip to content

Commit c215e93

Browse files
author
boraxpr
committed
bite 189
1 parent 4df81c5 commit c215e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

189/control_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def filter_names(names):
1818
continue
1919
filtered_list.append(name)
2020

21-
return filtered_list.__str__()
21+
return filtered_list[0:5]
2222

2323

2424
print(filter_names(['t1im', 'amber', 'ana', 'c1ndy', 'sara', 'molly', 'henry']))

0 commit comments

Comments
 (0)