Skip to content

Commit 4fe93ff

Browse files
committed
update readme
1 parent 2e5af27 commit 4fe93ff

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ everything should also work on Python 3.2 and all newer Pythons.
3535
9. [Lists and tuples](lists-and-tuples.md)
3636
10. [Loops](loops.md)
3737
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)
38+
12. [Dictionaries](dicts.md)
39+
13. [Files](files.md)
40+
14. [Defining functions](defining-functions.md)
41+
15. [Exceptions](exceptions.md)
42+
16. [Modules](modules.md)
43+
17. [Classes](classes.md)
4744

4845
Other things this tutorial comes with:
4946

0 commit comments

Comments
 (0)