We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f0e81 commit 0c321c6Copy full SHA for 0c321c6
README.md
@@ -33,6 +33,7 @@ it.**
33
8. [ThinkPython: Lists](lists.md)
34
9. [Handy stuff with strings](handy-stuff-strings.md)
35
10. [Loops](loops.md)
36
+11. [Files](files.md)
37
38
Parts of this tutorial that aren't ready to be added to the rest of it
39
yet:
files.md
@@ -308,3 +308,9 @@ else:
308
309
print("Done! Now run this program again and select 'y'.")
310
```
311
+
312
+***
313
314
+You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
315
316
+[Back to the list of contents](README.md)
0 commit comments