Unlike in previous questions where we wanted you to complete a function we had started, here we want you to write a Python function from scratch called surf_area_sphere that takes a single parameter, the radius of a sphere as a floating point number, and returns the surface area of that sphere. You can name your parameter whatever you want.