X=float(input("Enter a number: "))
X_sqrt=X**0.5
print(" Square Root of %0.2f is %0.2f "%(X,X_sqrt))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: