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 6a028fa commit 3550f0dCopy full SHA for 3550f0d
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