Commit 2073bc6
authored
Update Exercises.rst
Made a fix to the code answer for count(p) ex_8_3. Prior to the fix, if the answer is copied and pasted into the Question tab and run, it fails due to two issues (divide by 0 when p is the empty string and not returning any answer).1 parent fa252f6 commit 2073bc6
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
| |||
0 commit comments