Skip to content

Commit 5eb07a8

Browse files
Update exercise-21.md
Fixed typo
1 parent 159d64a commit 5eb07a8

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)