Question: OR (b) Write a python program to find the square root of a number in two different ways: 1)without using any inbuilt function 2) by

OR (b) Write a python program to find the square root of a number in two different ways: 1)without using any inbuilt function 2) by using Math library function. In both, program should ask to enter the number for which square root is required. The output should display the message: "The square root of the given number ... is: ...". Make use of "format () in the print statement to display the message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
