fixed whitespaces

This commit is contained in:
D-T-666
2020-10-17 22:55:04 +04:00
parent 954b47fecd
commit e416d597fa
2 changed files with 3 additions and 3 deletions

View File

@@ -77,4 +77,4 @@ def test_gcdFunc(maxVal):
split_arr = problem.split(' ')
mult = int(split_arr[2])*int(split_arr[4])
assert mult if mult != pow(int(split_arr[2]), 2) else int(
split_arr[2]) == int(solution)
split_arr[2]) == int(solution)