Skip to content
Snippets Groups Projects
Commit 7bee51e7 authored by Марко Кажић's avatar Марко Кажић
Browse files

Word Count #3

parent 67fe44ab
Branches master
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ You have been supplied with a book in `txt` format called `polnoe-esenin.txt`. Y
**Example**
```json
{'the' : 56,
'banana' : 16,
'example' : 4,
'minions' : 75}
{"the" : 56,
"banana" : 16,
"example" : 4,
"minions" : 75}
```
## Notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment