Skip to content

Commit 86162b1

Browse files
authored
Update README.md
1 parent 2950396 commit 86162b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `13.2` Filter done tasks
22

3-
## 📝Instructions:
3+
## 📝 Instructions:
44

55
1. Use the `filter()` function to remove all the undone tasks from the tasks list and print the new list on the console.
66

7-
## Expected result:
7+
## 💻 Expected result:
88

99
```py
1010
[{'label': 'Eat my lunch', 'done': True}, {'label': 'Replit the finishes', 'done': True}, {'label': 'Read a book', 'done': True}]
11-
```
11+
```

0 commit comments

Comments
 (0)