Design and Write a Python Program that computes the Volume and the suface area of a sphere
Specifications of the Program:
- Interactive input of the radius.
- The volume and the surface area computations must be done in seperate functions. Write each function to recieve the radius as an argument. Do not use Global Variables
- The results must be displayed from the MAIN module.
-using python 2.7.5