mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fix ID for volume_pyramid
This commit is contained in:
@@ -18,5 +18,5 @@ def gen_func(maxLength=20, maxWidth=20, maxHeight=50, unit='m', format='string')
|
|||||||
return l, w, h, ans, unit
|
return l, w, h, ans, unit
|
||||||
|
|
||||||
|
|
||||||
volume_pyramid = Generator("Volume of pyramid", 112, gen_func,
|
volume_pyramid = Generator("Volume of pyramid", 122, gen_func,
|
||||||
["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])
|
["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])
|
||||||
|
|||||||
Reference in New Issue
Block a user