Friday, November 19, 2021

python code to find a square root maker :-

 #python code to make a square root finder 

number = int(input("enter a number: "))

sqrt = number ** 0.5

print("square root:", sqrt)


No comments:

Post a Comment

                                                                words to use instead of :- 1. broad - wide 2. complicated - complex 3. extra...