blob: bf980f363971234ec6aab462c883c11d09c259c5 [file] [log] [blame]
def bar(r_new):
return PI * r_new ** 2
def cylinder_volume(r, h):
h * bar(r)