mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
add id for percentage error
This commit is contained in:
@@ -24,5 +24,5 @@ def gen_func(maxValue=100, minValue=-100, format='string'):
|
||||
|
||||
|
||||
percentage_error = Generator(
|
||||
"Percentage error", <id>, gen_func,
|
||||
"Percentage error", 114, gen_func,
|
||||
["maxValue=100", "minValue=-100"])
|
||||
|
||||
Reference in New Issue
Block a user