mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
fixed whitespaces
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user