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:
@@ -15,3 +15,9 @@ def profitLossPercentFunc(maxCP=1000, maxSP=1000):
|
||||
solution = percent
|
||||
|
||||
return problem, solution
|
||||
|
||||
|
||||
profitLossPercent = Generator(
|
||||
"Profit or Loss Percent", 63,
|
||||
"Profit/ Loss percent when CP = cp and SP = sp is: ", "percent",
|
||||
profitLossPercentFunc)
|
||||
|
||||
Reference in New Issue
Block a user