thinkcspy
thinkcspy copied to clipboard
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).