收起
看图,应该是矩形ABCD绕轴AD旋转形成的圆柱体
from math import pi r = 6 h = 9 S = pi * r**2 * 2 + 2 * pi * r * h V = pi * r**2 * h
报告相同问题?