We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa608d commit 149d361Copy full SHA for 149d361
1 file changed
README.md
@@ -36,11 +36,12 @@ everything should also work on Python 3.2 and all newer Pythons.
36
10. [Loops](loops.md)
37
11. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.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)
+13. [Defining functions](defining-functions.md)
+14. [What is true?](what-is-true.md)
+15. [Files](files.md)
+16. [Exceptions](exceptions.md)
+17. [Modules](modules.md)
44
+18. [Classes](classes.md)
45
46
Other things this tutorial comes with:
47
0 commit comments