Write a python code that would ask the user to input a radius of a sphere and then would display the volume of the sphere. Then also display the square root of that number.
EXAMPLE: A radius of 5.5 should give a volume of 696.9099703213358 units cubed. The square root of that number is 26.399052451202408.