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:
@@ -11,3 +11,7 @@ def hcfFunc(maxVal=20):
|
||||
problem = f"HCF of {a} and {b} = "
|
||||
solution = str(x)
|
||||
return problem, solution
|
||||
|
||||
|
||||
hcf = Generator("HCF (Highest Common Factor)", 51, "HCF of a and b = ", "c",
|
||||
hcfFunc)
|
||||
|
||||
Reference in New Issue
Block a user