diff --git a/README b/README index 4842b04..ed9804b 100644 --- a/README +++ b/README @@ -4,4 +4,22 @@ Short exercises I made while teaching my friend how to program ++------------+ +| How to use | ++------------+ +Each lesson is contained in a file (for instance, lesson 1 is contained in l1.py). +Read through each file, then think about what it would output. +Run the file and see if you were correct. + +Exercises are contained in files as well (for instance, exercise 1 is contained in e1.py). +Read the comment and do what it instructs you to do. +Run the exercise. + ++------+ +| Plan | ++------+ + +Day 1 { + Lessons 1-5 +}