mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
added id to percent difference and fixed lint error
This commit is contained in:
@@ -20,5 +20,5 @@ def gen_func(maxValue=200, minValue=0, format='string'):
|
|||||||
return value_a, value_b, diff
|
return value_a, value_b, diff
|
||||||
|
|
||||||
|
|
||||||
percentage_difference = Generator("Percentage difference", <id>, gen_func,
|
percentage_difference = Generator("Percentage difference", 118, gen_func,
|
||||||
["maxValue=200", "minValue=0"])
|
["maxValue=200", "minValue=0"])
|
||||||
|
|||||||
Reference in New Issue
Block a user