题解 | 球的表面积
球的表面积
https://www.nowcoder.com/practice/7a5e2f1ed2594e38bad804323a775c93
import math [print(round(4 * math.pi * radius ** 2,2)) for radius in [1, 2, 4, 9, 10, 13]]
球的表面积
https://www.nowcoder.com/practice/7a5e2f1ed2594e38bad804323a775c93
import math [print(round(4 * math.pi * radius ** 2,2)) for radius in [1, 2, 4, 9, 10, 13]]
相关推荐