Fix ID for volume_pyramid

This commit is contained in:
Nuclear03020704
2021-12-22 07:08:44 +07:00
parent 875bdaf92f
commit 6abdd3b549

View File

@@ -18,5 +18,5 @@ def gen_func(maxLength=20, maxWidth=20, maxHeight=50, unit='m', format='string')
return l, w, h, ans, unit
volume_pyramid = Generator("Volume of pyramid", 112, gen_func,
["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])
volume_pyramid = Generator("Volume of pyramid", 122, gen_func,
["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])