You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/development/beginner/exercise-22.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Development - Beginner, exercise 22
2
2
3
3
### 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).
0 commit comments