Skip to content

Commit

Permalink
Update tracks/python/exercises/say/mentoring.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Feb 16, 2024
1 parent 9cc2d9a commit d0119e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracks/python/exercises/say/mentoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ This will require rewriting the tests, which might also serve as a learning oppo
This problem is a good opportunity to practice writing concise code and balancing readability.
It is also a good chance to code verbosely while the problem is solved, and then iterate on the solution to reduce length and complexity.
A terse solution which demonstrates some techniques:

```python
digits = [""] + "one two three four five six seven eight nine".split()
teens = "ten eleven twelve thir four fif six seven eigh nine".split()
Expand Down

0 comments on commit d0119e4

Please sign in to comment.