File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,12 @@ everything should also work on Python 3.2 and all newer Pythons.
35
35
9 . [ Lists and tuples] ( lists-and-tuples.md )
36
36
10 . [ Loops] ( loops.md )
37
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 )
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 )
47
44
48
45
Other things this tutorial comes with:
49
46
You can’t perform that action at this time.
0 commit comments