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 c6a01b3 commit ec1fe1cCopy full SHA for ec1fe1c
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