X=Float(Input("Enter a number: ")) X_sqrt=x**0.5 Print(" Square Root of %0.2f is %0.2f %"(x,x_sqrt))
To embed this project on your website, copy the following code and paste it into your website's HTML: