Skip to content

Commit 05832f5

Browse files
authored
Update calculator.py
1 parent 4ff3eba commit 05832f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def multiplication(x: int, y: int) -> int:
2828
"""
2929
return x * y
3030

31-
def division(x: int, y: int) -> int:
31+
def division(x: int, y: int) -> float:
3232
"""
3333
Divides two numbers using integer division.
3434

0 commit comments

Comments
 (0)