🌈 搜索
📅  最后修改于: 2022-03-11 14:45:57.920000             🧑  作者: Mango
def volume(radius): return (4/3) * math.pi * (radius ** 3) # (4/3)πr^3