This commit is contained in:
Liam Waldron 2023-06-07 11:35:16 -04:00
parent 518ff0ea60
commit b71075c3c8

18
README
View File

@ -4,4 +4,22 @@
Short exercises I made while teaching my friend how to program 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
}