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