Consider a sphere with radius 2.5. Determine its surface area and volume, and display them in separate lines. code example
Example: volume of circle in python
volume = (4/3) * (pi * radian ** 3)
volume = (4/3) * (pi * radian ** 3)