We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5af27 commit 4fe93ffCopy full SHA for 4fe93ff
1 file changed
README.md
@@ -35,15 +35,12 @@ everything should also work on Python 3.2 and all newer Pythons.
35
9. [Lists and tuples](lists-and-tuples.md)
36
10. [Loops](loops.md)
37
11. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.md)
38
-12. [Files](files.md)
39
-13. [Defining functions](defining-functions.md)
40
-14. [Modules](modules.md)
41
-
42
-Parts of this tutorial that aren't ready to be added to the rest of it
43
-yet:
44
45
-- [Classes](classes.md)
46
-- [Exceptions](exceptions.md)
+12. [Dictionaries](dicts.md)
+13. [Files](files.md)
+14. [Defining functions](defining-functions.md)
+15. [Exceptions](exceptions.md)
+16. [Modules](modules.md)
+17. [Classes](classes.md)
47
48
Other things this tutorial comes with:
49
0 commit comments