We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da471a5 commit 5bed65aCopy full SHA for 5bed65a
advanced/datatypes.md
@@ -1,8 +1,8 @@
1
# Handy data types in the standard library
2
3
-[](this doesn't explain how dict.setdefault and collections.defaultdict)
4
-[](work because they're not as simple as the things that are here and i)
5
-[](don't actually use them that much)
+[comment]: # (this doesn't explain how dict.setdefault and collections.defaultdict)
+[comment]: # (work because they're not as simple as the things that are here and i)
+[comment]: # (don't actually use them that much)
6
7
Now we know how to use lists, tuples and dictionaries. They are commonly
8
used data types in Python, and there's nothing wrong with them. In this
0 commit comments