We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fef711 + 5eb07a8 commit 0d06bf7Copy full SHA for 0d06bf7
1 file changed
exercises/development/beginner/exercise-21.md
@@ -1,7 +1,7 @@
1
## Development - Beginner, exercise 21
2
3
### Text
4
-Write down a small function in Python that takes in input two strings and returns the number of of characters the two strings have in common.
+Write down a small function in Python that takes in input two strings and returns the number of characters the two strings have in common.
5
6
### Solution
7
```python
0 commit comments