#Chapter 13 - README.md
In these review exercises, you will be reviewing the basic Python techniques that are presented in the exercises of Think Python Chapter 13.
Start by cloning the Chapter 12 Exercises into you local repository.
$ cd ~
$ git clone https://github.com/cliffjsgit/chapter-13
Once you have cloned this repo, you may proceed to the labs.
$ cd ~/chapter-13
~/chapter-13 (master)$ ls
...
Create a solutions directory for your exercise solutions, in the chapter-12 directory.
~/chapter-13 (master)$ mkdir solutions
Copy all of your final/completed chapter-13 lab exercise solutions from all exercise problems, and the words.txt and the emma.txt files into the solutions directory.
~/chapter-13 (master)$ cp exercise* solutions/
~/chapter-13 (master)$ cp words.txt solutions/
~/chapter-13 (master)$ cp emma.txt solutions/
...
Make sure that you copy all of your completed exercise solutions, the words.txt, and the emma.txt file from this chapter into your single ~/chapter13/solutions directory, preserving the orignal file names of these files.