We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90846cc commit 4916ff4Copy full SHA for 4916ff4
exercises/41-frequency-of-words/README.md
@@ -11,7 +11,7 @@
11
## 📎 Example input:
12
13
```py
14
-"New to Python or choosing between Python 2 and Python 3? Read Python 2 or Python 3."
+compute_word_frequency("New to Python or choosing between Python 2 and Python 3? Read Python 2 or Python 3.")
15
```
16
17
## 📎 Example output:
0 commit comments