Update volume_hemisphere.py

This commit is contained in:
BiscuitCandy
2021-10-08 19:39:40 -07:00
committed by GitHub
parent ce5b3168bd
commit 4c336bd7f7

View File

@@ -15,5 +15,5 @@ def gen_func(maxRadius=100, format='string'):
return r, ans
volume_sphere = Generator("Volume of Hemisphere", 61, gen_func,
volume_sphere = Generator("Volume of Hemisphere", 117, gen_func,
["maxRadius=100"])