mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
pep8 fixes
This commit is contained in:
@@ -16,7 +16,7 @@ def primeFactorsFunc(minVal=1, maxVal=200):
|
||||
|
||||
if n > 1:
|
||||
factors.append(n)
|
||||
|
||||
|
||||
problem = f"Find prime factors of {a}"
|
||||
solution = f"{factors}"
|
||||
return problem, solution
|
||||
|
||||
Reference in New Issue
Block a user