Write a function to compute the square-root of a given number. If the given number is negative, your function should give an error message.

Write a function to compute the square-root of a given number. If the given number is negative, your function should give an error message.

Output for Positive number

Please Enter a Number to Calculate the square root of the given number 4
The square root of 4 is 2

Output for Negative number

Please Enter a Number to Calculate the square root of the given number -6
Error: Sorry, cannot compute square root of a negative Number