Commit c2d1893
committed
Update Strings exercises solution for 3
The third exercise in the Strings chapter provided a solution that did not pass the tests. The previous RST version passed the tests, so I took most of the changes from there. I updated it a little bit so that the spacing of the printed message of the solution matches exactly with the presented message in the problem description. I also updated the problem description to mention that the number of 'e' characters that were found should be returned since the tests expect that behavior.1 parent b44da0e commit c2d1893
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
| |||
0 commit comments