From b23afa5cba93dc6604f031640a97dc96d619c253 Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Fri, 27 Mar 2015 13:33:32 -0400 Subject: [PATCH] Migrating wiki contents from Google Code --- ProjectHome.md | 1 + ThinkPythonSolutions.md | 44 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 ProjectHome.md create mode 100644 ThinkPythonSolutions.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..83850c9 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1 @@ +Solutions for exercises from Think Python, by Allen Downey, available from thinkpython.com \ No newline at end of file diff --git a/ThinkPythonSolutions.md b/ThinkPythonSolutions.md new file mode 100644 index 0000000..dcbdb14 --- /dev/null +++ b/ThinkPythonSolutions.md @@ -0,0 +1,44 @@ +# Think Python Solutions # + +Use this page to keep track of which exercises are done. + + +### Chapter 1 ### + +1.1: + +### Chapter 2 ### + +### Chapter 3 ### + +### Chapter 4 ### + +### Chapter 5 ### + +### Chapter 6 ### + +### Chapter 7 ### + +### Chapter 8 ### + +### Chapter 9 ### + +### Chapter 10 ### + +### Chapter 11 ### + +### Chapter 12 ### + +### Chapter 13 ### + +### Chapter 14 ### + +### Chapter 15 ### + +### Chapter 16 ### + +### Chapter 17 ### + +### Chapter 18 ### + +### Chapter 19 ### \ No newline at end of file