mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-31 14:43:43 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1ad1ed3562
commit
8a4638e12a
|
@ -94,6 +94,7 @@ def compute_solution(add, table, h):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
from doctest import testmod
|
from doctest import testmod
|
||||||
|
|
||||||
testmod()
|
testmod()
|
||||||
|
|
||||||
func, a, b = get_inputs()
|
func, a, b = get_inputs()
|
||||||
|
@ -106,4 +107,4 @@ if __name__ == "__main__":
|
||||||
solution = compute_solution(add, table, h)
|
solution = compute_solution(add, table, h)
|
||||||
acc *= 10
|
acc *= 10
|
||||||
|
|
||||||
print(f'Solution: {solution}')
|
print(f"Solution: {solution}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user