Skip to content

Commit 0c321c6

Browse files
committed
add stuff to files.md and files.md to README
1 parent c5f0e81 commit 0c321c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ it.**
3333
8. [ThinkPython: Lists](lists.md)
3434
9. [Handy stuff with strings](handy-stuff-strings.md)
3535
10. [Loops](loops.md)
36+
11. [Files](files.md)
3637

3738
Parts of this tutorial that aren't ready to be added to the rest of it
3839
yet:

files.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,9 @@ else:
308308

309309
print("Done! Now run this program again and select 'y'.")
310310
```
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

Comments
 (0)