11. Write a Python program to enter any number and calculate its square root. import math no1 = int(input("Enter the number :-")) result = math.sqrt(no1) print("The square root of a number is :- ",result) Output :-
All computer course for class 9th to 12th with proper practical and theory .........