mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Out of order but localized
This commit is contained in:
@@ -21,3 +21,7 @@ def primeFactorsFunc(minVal=1, maxVal=200):
|
||||
problem = f"Find prime factors of {a}"
|
||||
solution = f"{factors}"
|
||||
return problem, solution
|
||||
|
||||
|
||||
primeFactors = Generator("Prime Factorisation", 27, "Prime Factors of a =",
|
||||
"[b, c, d, ...]", primeFactorsFunc)
|
||||
|
||||
Reference in New Issue
Block a user