Skip to content

Commit fdc074e

Browse files
authored
Update 3. Get Only What You Need, and Fast.md
1 parent 362b6d0 commit fdc074e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Introduction to MongoDB in Python/3. Get Only What You Need, and Fast.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Possible Answers
113113
- [ ] {"prizes.year": 1, "born": -1}
114114
- [ ] None
115115
- [ ] [("prizes.year", 1)]
116-
answer
116+
117+
answer code
117118
```py
118119
docs = list(db.laureates.find(
119120
{"born": {"$gte": "1900"}, "prizes.year": {"$gte": "1954"}},

0 commit comments

Comments
 (0)