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 c7d8df4 commit 85cfe23Copy full SHA for 85cfe23
calculator.py
@@ -49,4 +49,4 @@ def division(x: int, y: int) -> int:
49
Returns:
50
int: `x` divided by `y`.
51
"""
52
- return x // y
+ return x / y
0 commit comments