We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff3eba commit 05832f5Copy full SHA for 05832f5
calculator.py
@@ -28,7 +28,7 @@ def multiplication(x: int, y: int) -> int:
28
"""
29
return x * y
30
31
-def division(x: int, y: int) -> int:
+def division(x: int, y: int) -> float:
32
33
Divides two numbers using integer division.
34
0 commit comments