[...]
Input is a string—a paragraph of text. One of the paragraphs above would be fine.
Output is a report listing how many words there are with X letters, like:
10 words with 1 letter
20 words with 2 letters
[...]
Input is a string—a paragraph of text. One of the paragraphs above would be fine.
Output is a report listing how many words there are with X letters, like:
10 words with 1 letter
20 words with 2 letters
| #!/usr/bin/env python | |
| """ | |
| Suppress output and prompt numbers in git version control. | |
| This script will tell git to ignore prompt numbers and cell output | |
| when looking at ipynb files if their metadata contains: | |
| "git" : { "suppress_outputs" : true } |