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 afd60cd

Browse files
Merge pull request #32 from hexbreak/patch-12
Update README.md
2 parents 60cf175 + d3a26d6 commit afd60cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎exercises/13.1-Filter_and_list/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `13.1` Filter list
22

3-
this is another example using filter list in python
3+
This is another example using filter list in python.
44

55
For example, this algorithm filters the all_numbers list and returns
66
a new list with only the odds numbers:
@@ -18,10 +18,10 @@ print(odd_numbers)
1818

1919

2020
# 📝Instructions
21-
1. Complete the code to make it fill the resulting_names list with only the names that start with letter R
22-
2. Use the filter function
21+
1. Complete the code to make it fill the resulting_names list with only the names that start with letter R.
22+
2. Use the filter function.
2323

2424
```py
2525
The console expected:
2626
['Romario', 'Roosevelt']
27-
```
27+
```

0 commit comments

Comments
(0)

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