Skip to content

Commit 76a3a9d

Browse files
add exam explanation
1 parent fdeb075 commit 76a3a9d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

md/week9.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The Exam
2+
3+
Pretty simple instructions here:
4+
5+
1. Pull the latest version of the course repo
6+
1. rename `set8/exercise1.py` to `set8/exercise1337.py`
7+
1. Run the stests against set 8
8+
1. Solve the puzzles
9+
1. commit
10+
1. Push
11+
1. relax, or help other people, your time is your own!
12+
13+
14+
or if you want that in more detail:
15+
16+
17+
1. Pull the latest version of the course repo
18+
1. `cd ../course`
19+
1. `git pull`
20+
1. `cd ../me`
21+
1. rename `set8/exercise1.py` to `set8/exercise1337.py` by right clicking on it, and adding the extra numbers in.
22+
1. Run the stests against set 8, `python ../course/set8/tests.py` (putting in the 3 if that's what your environment needs).
23+
1. Solve the puzzles, just like you would in a normal set of exercises. Do a puzzle/function, run the tests(above) check that it works, and move on to the next one
24+
1. commit, commit commit. do it early and often.
25+
1. Push. Don't just push once, push all the time, every half hour or so.
26+
1. Relax, or help other people, your time is your own!

0 commit comments

Comments
 (0)