Skip to content

Commit e48a7ec

Browse files
authored
Merge pull request #5 from leonardozilli/patch-2
Fix typo exercise-22.md
2 parents 0d06bf7 + 8e42c98 commit e48a7ec

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)