Algorithm:
Step 1: Start
Step 2: Input radius of sphere(r)
Step 3: A = 4 * 3.14 * r ^ 3
Step 4: V = (4 / 3) * 3.14 * r ^ 3
Step 5: Print Total Surface Area of Sphere is : A
Print Volume of Sphere is: V
Step 6: Stop/End
Flowchart:

Python code