Skip to content

Commit 8e42c98

Browse files
Update exercise-22.md
Fixed typo
1 parent 159d64a commit 8e42c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/development/beginner/exercise-22.md

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

33
### Text
4-
Write down a small function in Python that takes in input two floating number (e.g. 19.2 and 3.9) are returns the sum of their integer parts (e.g. 22).
4+
Write down a small function in Python that takes in input two floating number (e.g. 19.2 and 3.9) and returns the sum of their integer parts (e.g. 22).
55

66
### Solution
77
```python

0 commit comments

Comments
 (0)