Answers for "program to find the square root of a number in python"

-2

how to take the square root in python

distance = 100
distance = distance**0.5
# to the power of a half square roots it
Posted by: Guest on December-15-2021

Code answers related to "program to find the square root of a number in python"

Python Answers by Framework

Browse Popular Code Answers by Language