File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ You'll also have to create one more page: an index page at the address http://lo
88
99## How to Know When You're Done
1010
11- When you have completed the TODOs, you should be able to visit the following pages and see a page with the indicated content.
12-
13- http://localhost:8080/multiply/3/5 => 15
14- http://localhost:8080/add/23/42 => 65
15- http://localhost:8080/subtract/23/42 => -19
16- http://localhost:8080/divide/22/11 => 2
17- http://localhost:8080/ => Here's how to use this page... (etc.)
11+ When you have completed the TODOs, you should be able to visit the following pages and see a page with the indicated content.:
12+ * http://localhost:8080/multiply/3/5 => 15
13+ * http://localhost:8080/add/23/42 => 65
14+ * http://localhost:8080/subtract/23/42 => -19
15+ * http://localhost:8080/divide/22/11 => 2
16+ * http://localhost:8080/ => Here's how to use this page... (etc.)
1817
1918There is also a set of tests for you to run, using ` python tests.py ` .
You can’t perform that action at this time.
0 commit comments