Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 31, 2024
1 parent 59d7876 commit 1ed9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/find_the_in_between_point/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def middle_point(*args) -> int:
if a_b < a_c and b_c < a_c:
return 2

return 3
return 3


def distance_between_two_points(a: tuple, b: tuple) -> float:
Expand Down

0 comments on commit 1ed9e3f

Please sign in to comment.