Update volume_cube.py

Spelled Volume correctly
This commit is contained in:
SynXecc
2021-10-19 13:38:29 -07:00
committed by GitHub
parent 716c37af94
commit d5ef5f6abd

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'"])