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:
@@ -14,3 +14,6 @@ def factorialFunc(maxInput=6):
|
||||
n -= 1
|
||||
solution = str(b)
|
||||
return problem, solution
|
||||
|
||||
|
||||
factorial = Generator("Factorial", 31, "a! = ", "b", factorialFunc)
|
||||
|
||||
Reference in New Issue
Block a user