Merge pull request #372 from SynXecc/patch-1

Update volume_cube.py
This commit is contained in:
Luke Weiler
2021-10-19 21:43:42 -04:00
committed by GitHub

View File

@@ -15,5 +15,5 @@ def gen_func(maxSide=20, unit='m', format='string'):
return a, ans, unit return a, ans, unit
volume_cube = Generator("Volum of Cube", 35, gen_func, volume_cube = Generator("Volume of Cube", 35, gen_func,
["maxSide=20", "unit='m'"]) ["maxSide=20", "unit='m'"])