Skip to content

Commit 0d06bf7

Browse files
authored
Merge pull request #4 from leonardozilli/patch-1
Fix typo exercise-21.md
2 parents 3fef711 + 5eb07a8 commit 0d06bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/development/beginner/exercise-21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Development - Beginner, exercise 21
22

33
### 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.
4+
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.
55

66
### Solution
77
```python

0 commit comments

Comments
 (0)