Skip to content

Commit

Permalink
Update exercise-21.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
leonardozilli authored Dec 19, 2022
1 parent 159d64a commit 5eb07a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/development/beginner/exercise-21.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Development - Beginner, exercise 21

### Text
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.

### Solution
```python
Expand Down

0 comments on commit 5eb07a8

Please sign in to comment.